Difference between revisions of "SQLite Adapter"

From CDOT Wiki
Jump to: navigation, search
(Resources)
(Resources)
Line 35: Line 35:
 
** Null Handling - http://www.sqlite.org/nulls.html
 
** Null Handling - http://www.sqlite.org/nulls.html
 
** Omitted Features - http://www.sqlite.org/omitted.html
 
** Omitted Features - http://www.sqlite.org/omitted.html
 +
** SQL to SQLite - http://www.sqlite.org/lang_expr.html
 
** API - http://www.sqlite.org/c3ref/intro.html
 
** API - http://www.sqlite.org/c3ref/intro.html
 
* QuickStart:
 
* QuickStart:

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