Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to download sqlitejdbc? [closed]

I find the download URL on the SQLite official site, http://www.zentus.com/sqlitejdbc. But using this link results in:

404 not found.

What's wrong with the sqlitejdbc? Where do I find the official site?

like image 677
roast_soul Avatar asked Feb 01 '13 06:02

roast_soul


People also ask

Where can I download Sqlite JDBC?

To download the latest version of SQLite JDBC Driver, you go to the download page. You should download the latest version of the driver. At the time of this writing, the latest version is sqlite-jdbc-3.27. 2.1.


2 Answers

Original Post: They've since moved from Google Code to BitBucket. Here's the BitBucket Repo: https://bitbucket.org/xerial/sqlite-jdbc

Update 8-13-2015: Now they're off to GitHub: https://github.com/xerial/sqlite-jdbc

I've left the bitbucket link because there is a wealth of project information there, even though the code has moved to git hub.

like image 158
clyde Avatar answered Oct 08 '22 22:10

clyde


You can download it from here or from here

like image 44
CloudyMarble Avatar answered Oct 08 '22 23:10

CloudyMarble