Skip to content

This is a clone of an SVN repository at http://svn.sqljet.com/repos/sqljet/branches/1.1.x. It had been cloned by http://svn2github.com/ , but the service was since closed. Please read a closing note on my blog post: http://piotr.gabryjeluk.pl/blog:closing-svn2github . If you want to continue synchronizing this repo, look at https://github.com/ga…

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.txt
Unknown
LICENSE-ANTLR.txt
Notifications You must be signed in to change notification settings

svn2github/sqljet11x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a README.txt file for SQLJet (c) 2009-2013 TMate Software.

SQLJet is a pure Java (tm) embedded database management engine with SQLite format support.

1. DESCRIPTION

SQLJet is a pure Java embedded database management engine with SQLite format support.

2. LICENSING

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License.

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 

3. FEATURES

* Current version of SQLJet provides API to manipulate B-Tree data structures 
  (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.    

4. RESOURCES

SQLJet web site: http://sqljet.com/
SQLJet source code: http://svn.sqljet.com/repos/sqljet/
SQLJet API usage tutorial: http://sqljet.com/tutorial.html

SQLite web site: http://sqlite.org/

5. CONTACTS

On all questions related to SQLJet please contact us at support@sqljet.com

About

This is a clone of an SVN repository at http://svn.sqljet.com/repos/sqljet/branches/1.1.x. It had been cloned by http://svn2github.com/ , but the service was since closed. Please read a closing note on my blog post: http://piotr.gabryjeluk.pl/blog:closing-svn2github . If you want to continue synchronizing this repo, look at https://github.com/ga…

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.txt
Unknown
LICENSE-ANTLR.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages