News

Our challenge was to insert data into a sqlite database as quickly as possible. You can find a lot of information on insert performance on the internet. Most information is already a couple of years ...
Developers typically choose between porting the code or dynamic linking to run native code on the JVM. This article examines these approaches, using SQLite as an example, and introduces a third ...
SQLite JDBC driver developed by [wiki:leo] is an extension of Zentus's SQLite JDBC driver that enables Java to access SQLite database files. Our SQLiteJDBC library, developed as a part of Xerial ...