pietermartin / sqlg

TinkerPop graph over sql
MIT License
242 stars 51 forks source link

Consider having a graph/database prefix for RDMS that does not support schemas #228

Closed pietermartin closed 2 years ago

pietermartin commented 6 years ago

MariaDB and CockroachDB do not support schemas. However one can join between database instances. So from Sqlg's perspective a database and schema is the same thing. However this means that only one graph can run per server.

To overcome this all schema/databases needs to be prefixed with the graph name.

pietermartin commented 2 years ago

Not doing this, don't have time to add features do databases I don't enjoy working on.