BIRT 3.7
Written by: Michael Williams
Featured Refcardz: Top Refcardz:
  1. Scrum
  2. Apache Maven 2
  3. Essential MySQL
  4. Node.js
  5. Groovy
  1. jQuery Selectors
  2. Ajax
  3. Java
  4. Spring Config.
  5. Java Concurrency

Link Details

Link 234640 thumbnail
User 185351 avatar

By jsugrue
via java.dzone.com
Published: Sep 16 2009 / 08:43

SQLJet is an independent pure Java open source implementation of the SQLite RDBMS core functionality. SQLJet provides API to create, read and modify SQLite databases. Below you'll find simple tutorial demonstrating how one could use SQLJet Library to perform basic operations with the database in the SQLite format.
  • 16
  • 1
  • 1364
  • 1

Comments

Add your comment
User 388907 avatar

MCII replied ago:

0 votes Vote down Vote up Reply

Why? SQLite is great, well tested, and works. Even with 'Java'.

User 125596 avatar

oka replied ago:

0 votes Vote down Vote up Reply

Probably the fact that you've put Java in quotes explains the reasons for SQLJet well :) Actually we, in our project, need to work with SQLite databases with maximum portability (so no JNI) and with satsifactional performance (so no NestedVM). Now we'd like to share what we've created with others. Please, do not think of SQLJet as of replacement for SQLiteJDBC - SQLJet might have (or might not have) its own relatively small audience and will never 'compete' with existing SQLite.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.