How to use SQLITE3 with PHPStorm
Hello,
How can I use SQLITE 3.37.2 (current version) with Phpstorm driver? I want to use the recent version of SQLITE where there are new features like "DROP" for "ALTER TABLE".
I didn't find the jar file with this version of SQLITE only .exe and dll that are on the official website.
Thank you !
Brandon
Please sign in to leave a comment.
It seems to be there is no official JDBC SQLITE driver available yet:
https://github.com/xerial/sqlite-jdbc/issues/694
https://youtrack.jetbrains.com/issue/DBE-14865
Alright, thank you. I'll keep an eye on this.