Failu krātuve :: SQLite-JDBC/
Name Last modified Size Description
Parent Directory -
about.txt 2014-05-14 20:15 1.5K Text, ASCII format
adrese.txt 2021-09-17 19:54 79 Addresses, URL
sqlite-jdbc-3.30.1.jar 2021-09-17 20:04 5.8M
sqlite-jdbc-3.36.0.3.jar 2021-09-17 20:04 9.3M
sqlite-jdbc-3.36.0.3.tar.gz 2021-09-17 20:04 12M Compressed archive
sqlite-jdbc-3.7.15-M1.jar 2014-05-14 20:11 3.5M
sqlite-jdbc4-3.8.2-SNAPSHOT.jar 2014-05-14 20:11 3.6M
SQLite JDBC Driver
SQLite JDBC, developed by Taro L. Saito, is a library for accessing and creating
SQLite database files in Java.
Our SQLiteJDBC library requires no configuration since native libraries for major
OSs, including Windows, Mac OS X, Linux etc., are assembled into a single JAR
(Java Archive) file. The usage is quite simple; download our sqlite-jdbc library,
then append the library (JAR file) to your class path.
What is different from Zentus's SQLite JDBC?
The current sqlite-jdbc implementation is based on the code of Zentus's SQLite
JDBC driver (missing link). We have improved it in two ways:
Support major operating systems by embedding native libraries of SQLite,
compiled for each of them.
Remove manual configurations
In the original version, in order to use the native version of sqlite-jdbc, users
had to set a path to the native codes (dll, jnilib, so files, etc.) through the
command-line arguments, e.g., -Djava.library.path=(path to the dll, jnilib,
etc.), or -Dorg.sqlite.lib.path, etc. This process was error-prone and bothersome
to tell every user to set these variables. Our SQLiteJDBC library completely does
away these inconveniences.
Another difference is that we are keeping this SQLiteJDBC library up-to-date to
the newest version of SQLite engine, because we are one of the hottest users of
this library. For example, SQLite JDBC is a core component of UTGB (University of
Tokyo Genome Browser) Toolkit, which is our utility to create personalized genome
browsers.
Lapas adrese: priede.bf.lu.lv/ftp/pub/DatuBazes/SQLite/SQLite-JDBC
|