Marcos Silva
Marcos Silva
you can reach it in: [AGE LOAD](https://age.apache.org/age-manual/master/intro/agload.html)
you forgot to use the `RETURN` clause in your query. ```sql SELECT * FROM cypher ( 'tmp', $$ MATCH (a:Part) WHERE a.part_num=~'3+' DELETE a RETURN a $$) AS (a agtype)...
It's a good idea to rewrite some **error** messages in **AGE**. I have also encountered issues while coding and debugging `agtype.c`. Some **errors** need to be more detailed and descriptive...
sounds a good Idea, I started reading more about [Ruby PG gem](https://www.rubydoc.info/gems/pg) it works for `PostgreSQL 9.3.x or later` **Type Casts** Pg can optionally type cast result values and query...
Hello, I'm Marcos and I'm so excited to start with this project!
Hello, I'm Marcos and I'm so excited to start with this project!
Hello, I'm Marcos and I'm so excited to start with this project!
Hello, I'm Marcos and I'm so excited to start with this project!
### Similarities - Both projects are open source and have a large community (Apache AGE is in growing process) helping the development of the project. - Classes are named using...
It looks like the 'Model' class is not defined in the `age.models` module. This could be the reason why you are getting the ImportError when trying to import it. Alternatively,...