We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From sql2cypher created by lukaseder: neo4j-contrib/sql2cypher#23
It's probably not the top priority, but eventually, might be reasonable to think about integration tests, e.g. using testcontainers: https://www.testcontainers.org/modules/databases/neo4j/
For this, it might be reasonable to compare the neo4j translated behaviour e.g. with H2?
The problems that the current test suite won't cover:
The text was updated successfully, but these errors were encountered:
Great idea.
Which free relational DB is best for a cleanest SQL standard? H2 / MySQL / Postgres?
Sorry, something went wrong.
I'd use H2 for this, it's become very standards compliant.
No branches or pull requests
From sql2cypher created by lukaseder: neo4j-contrib/sql2cypher#23
It's probably not the top priority, but eventually, might be reasonable to think about integration tests, e.g. using testcontainers:
https://www.testcontainers.org/modules/databases/neo4j/
For this, it might be reasonable to compare the neo4j translated behaviour e.g. with H2?
The problems that the current test suite won't cover:
The text was updated successfully, but these errors were encountered: