Pieter Martin
Pieter Martin
I think long ago we mentioned GraphQL with regards to schema definition. I briefly looked at GraphQL and at the time it did not really look to me like a...
This one is quite serious as it has massive performance impact
Do you mean "gdotv"? I will have a look later, though I am travelling a present.
I can not recommend anything as I do not use any visualisation software. Regarding `gdotv` you will have to show me more information? I suggest asking `gdotv` as I do...
Last I tried I was unable to install `gdotv` on my `arch` linux distro. I'll try contact the author to see if there is a way other than a `.deb`...
Best way to do this is with a check constraint. It is to difficult to refactor the db when using db enumerations.
Ok, just to make sure we are on the same page, you'd like a fuller example in the documentation somewhere. i.e. Open a graph, create a vertex and edge, query...
Decided against implementing this directly in Sqlg. Doing this in Sqlg requires keeping track of all the edge count in the VertexLabel tables and updating them for inserts and deletes....
Can you show the code that does the topology creation? Either by `Sqlg`'s `ensureXXXExists` methods or by adding vertices or edges in which case `Sqlg` will create the schema automatically....
Ok, so the catch part of the exception should call `rollback()` on the transaction. Every thread should always end with either `commit` or `rollback` otherwise you will risk having `idle...