没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > SQLJet |
SQLJet
|
4 | 0 | 996 |
贡献者 | 讨论 | 代码提交 |
概述
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 support@sqljet.com
创建时间:2014-05-06 16:13