Josh Jacob
Josh Jacob
Greetings! I just finished some initial work on a Swift driver for Apache AGE. The core project includes the antlr4 parsing with a visitor to create the Swift data structures....
I just pushed an update to https://github.com/joshjacob/SwiftAge that includes extension methods to run graph queries and return parsed Agtype results. The README and test cases show examples of running and...
@dehowef The parsing of returned data is in a good spot. There are a few outstanding issues with a Path object and some better error/exception handling left to do. Currently...
@dehowef For safe parameter handling, the solution I landed on is built on PostgresNIO's string interpolation. This code: ```swift let params: Dictionary = ["newName": "Little'Bobby'Tables"] let paramsWrapper: AGValueWrapper = AGValueWrapper.init(value:...