Difference between revisions of "SQLite Adapter"

From CDOT Wiki
Jump to: navigation, search
(Resources)
(Resources)
Line 39: Line 39:
 
** Usage - http://www.sqlite.org/cintro.html
 
** Usage - http://www.sqlite.org/cintro.html
 
** C Interface - http://www.sqlite.org/cintro.html
 
** C Interface - http://www.sqlite.org/cintro.html
 +
* SQLite JDBC Driver:
 +
** (Unoffical) http://www.zentus.com/sqlitejdbc/

Revision as of 14:11, 20 September 2011


SQLite Adapter for NexJ

Project Goal

Develop an adapter to enable NexJ Express's model interaction with SQLite databases.

Contributors

Supported Versions

Current Status

Project Phases

Phase 1: Investigation

  • Get requirements from NexJ (Meeting Friday Sept 23rd)
  • Walk-through the code
  • Familiarization with SQLite

Project Repository

Resources