First off, well done making this project. It's a great starting point for migrating to AGE.
What would be ideal though is the ability to execute a cypher query without having to also include the surrounding SELECT * FROM ... AS ( x agetype).
That would make it significantly easier to lift and shift from our existing Neo4j package (https://github.com/DotNet4Neo4j/Neo4jClient). In that package for example, we use ExecuteGetCypherResultsAsync. It would be amazing to just swap out to a similar function in your package.
First off, well done making this project. It's a great starting point for migrating to AGE.
What would be ideal though is the ability to execute a cypher query without having to also include the surrounding SELECT * FROM ... AS ( x agetype).
That would make it significantly easier to lift and shift from our existing Neo4j package (https://github.com/DotNet4Neo4j/Neo4jClient). In that package for example, we use ExecuteGetCypherResultsAsync. It would be amazing to just swap out to a similar function in your package.