Difference between revisions of "SQLite Adapter"

From CDOT Wiki
Jump to: navigation, search
(Phase 1: Investigation)
(Current Status)
Line 15: Line 15:
 
== Current Status ==
 
== Current Status ==
 
* [[SQLite_Adapter#Phase_1:_Investigation | Phase 1: Investigation]]
 
* [[SQLite_Adapter#Phase_1:_Investigation | Phase 1: Investigation]]
 +
 +
* Sprint 1
 +
** SQLIte shows in console
 +
** Use schema tool to setup a database
 +
** Use data load tool to create tables in the database
  
 
== Project Phases ==
 
== Project Phases ==

Revision as of 16:49, 23 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

  • Sprint 1
    • SQLIte shows in console
    • Use schema tool to setup a database
    • Use data load tool to create tables in the database

Project Phases

Phase 1: Investigation

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

Project Repository

Resources