Is it possible to use a database with only one table for vertices and one table for edges with Sqlg? #505
Answered
by
pietermartin
kristianhelgesen
asked this question in
Q&A
-
I'm exploring solutions to expose an existing Postgres database through Tinkerpop, and Sqlg seems to be a really good alternative. The only caveat is that my database schema has one table for vertices and one for edges, with a column for the type/label. |
Beta Was this translation helpful? Give feedback.
Answered by
pietermartin
Mar 13, 2024
Replies: 1 comment 1 reply
-
No afraid that won't be possible. The best I can suggest to write a program to port it into Sqlg. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kristianhelgesen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No afraid that won't be possible. The best I can suggest to write a program to port it into Sqlg.