Difference between revisions of "SQLite Adapter"

From CDOT Wiki
Jump to: navigation, search
(Resources)
(Resources)
Line 31: Line 31:
 
** Root - http://www.sqlite.org/docs.html
 
** Root - http://www.sqlite.org/docs.html
 
** About - http://www.sqlite.org/about.html
 
** About - http://www.sqlite.org/about.html
 +
** Limits - http://www.sqlite.org/limits.html
 +
** Null Handling - http://www.sqlite.org/nulls.html
 +
** Omitted Features - http://www.sqlite.org/omitted.html
 +
** API - http://www.sqlite.org/c3ref/intro.html
 +
* QuickStart:
 +
** Usage - http://www.sqlite.org/cintro.html
 +
** C Interface - http://www.sqlite.org/cintro.html

Revision as of 14:01, 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