-
Notifications
You must be signed in to change notification settings - Fork 47
SQLITE driver #78
New issue
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
Comments
hi @geoHeil are you using a SQLite JDBC driver? |
I was using the SQLite JBC URL which works fine in i.e a SQL tool such as datagrip. But I did not figure out how to properly specify an additional JDBC driver for neo4j-etl. |
I've encountered the same problem, the schema doesn't mapping! |
Took the driver from auto-downloaded by DataGrip:
Meaning etl could find table, but couldn't find it's schema in the name!? Obvious hack didn't give any happiness:
|
How can I use a SQLite database with the neo4j-ETL tool?
When using JDBC type and specifying a valid SQLite JDBC connection string testing the connection fails as a driver is not found.
The text was updated successfully, but these errors were encountered: