.db file extension can't be recognized by datagrip?
Answered
My database file is encrypted, I have tried configuring data source connections and suggestion from this post Sqlite encrypted table. Connection failed.
I also have tried the built-in driver setting, connection successful but I got this error,
[26] org.sqlite.SQLiteException: [SQLITE_NOTADB] File opened that is not a database file (file is not a database).
[SQLITE_NOTADB] File opened that is not a database file (file is not a database)
Please sign in to leave a comment.
@Attolee Could you try to connect with https://github.com/Willena/sqlite-jdbc-crypt ?
See https://youtrack.jetbrains.com/issue/DBE-5380 for details.