selendym commented on issue #289: URL: https://github.com/apache/age/issues/289#issuecomment-1244040507
(Just to clarify, I'm not trying to modify the underlying system tables directly in any way.) So if I understand correctly, there is no easy/convenient way to populate graphs from the results of SQL queries? And the recommended way is to: - query the server for the relevant data (with plain SQL) - form the cypher queries/commands by string interpolation or whatever on the client side - send the cypher queries/commands back to the server If so, this feels quite inefficient, but perhaps I'm missing something. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
