joshjacob commented on issue #445:
URL: https://github.com/apache/age/issues/445#issuecomment-1459236727

   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 translated some test cases from other projects as 
well. Project can be found here: https://github.com/joshjacob/SwiftAge
   
   I also have a sample app using the PostgresNIO project. This is the 
underlying project to the Vapor ORM package but doesn't contain any ORM code. 
However, it is written with SwiftNIO which would be more performant in a server 
environment than other Swift PostgreSQL drivers. The example code has some code 
to take the data from PostgresNIO and pass it through the parser. This would 
ideally be part of the core project and implemented as an extension to 
PostgresNIO similar to other drivers. It's a start and does connect, query and 
parse AGE. Here is the examples project: 
https://github.com/joshjacob/SwiftAgeExamples


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to