jrgemignani commented on issue #1773:
URL: https://github.com/apache/age/issues/1773#issuecomment-2657351432

   @marcobambini @ccapndave @markgomer Our team, at the time, had looked into 
this and found it to not be feasible. Unfortunately, the website was never 
updated to reflect this.
   
   The main problem here is that Apache AGE makes extensive use of specific 
PostgreSQL hooks and internals that are generally not available elsewhere. 
While the internal structures and functions used could be adjusted to work with 
SQLite, the necessary hooks to control the execution path are just not there. 
Please correct me if I'm wrong, though.
   
   Apache AGE needs access to either the grammar or a hook immediately after 
the AST has been transformed, but before it is processed further. And this has 
to be for all commands, even non update commands. Without this, there isn't an 
easy way to implement openCypher and maintain a graph.
   
   I know it isn't popular to hear this, but I don't want anyone going down 
this path unless they are fully aware of how it may end up.


-- 
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