SQLJet is a pure Java embedded database management engine with SQLite format support.
Features are:
API to manipulate tables and indices stored in the database and database schema.
SQLJet database format is compatible with SQLite 3.6, i.e. databases created with SQLJet could be used by SQLite 3.6 (assuming schema is valid) and vice versa, databases created by SQLite 3.6 are understood and could be read and modified by SQLJet.
SQLJet is pure Java and could be ran on any platform under JVM 1.5 or newer.
SQLJet implements ACID transactions.
For information on how to redistribute this software under the terms of a license other than GNU General Public License contact TMate Software at [email protected]
Commercial Use
Modify
Distribute
Place Warranty
Sub-License
Hold Liable
Distribute Original
Disclose Source
Include Copyright
State Changes
Include License
These details are provided for information only. No information here is legal advice and should not be used as such.
There are no reported vulnerabilities