Difference between revisions of "SQLite Adapter"
(→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]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
== Project Phases == | == Project Phases == | ||
Line 27: | Line 22: | ||
* Familiarization with SQLite | * Familiarization with SQLite | ||
* [[SQLite_Adapter_Research | Research Summary]] | * [[SQLite_Adapter_Research | Research Summary]] | ||
+ | |||
+ | === Sprint 1 === | ||
+ | * SQLIte shows in console | ||
+ | * Use schema tool to setup a database | ||
+ | * Use data load tool to create tables in the database | ||
+ | |||
== Project Repository == | == Project Repository == |
Revision as of 15:50, 23 September 2011
SQLite Adapter for NexJ
Contents
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
- Research Summary
Sprint 1
- SQLIte shows in console
- Use schema tool to setup a database
- Use data load tool to create tables in the database
Project Repository
Resources
- Dowloads:
- Documentation:
- Root - http://www.sqlite.org/docs.html
- About - http://www.sqlite.org/about.html
- Types - http://www.sqlite.org/datatype3.html
- Limits - http://www.sqlite.org/limits.html
- Null Handling - http://www.sqlite.org/nulls.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
- QuickStart:
- Usage - http://www.sqlite.org/cintro.html
- C Interface - http://www.sqlite.org/cintro.html
- SQLite JDBC Driver:
- (Unoffical) http://www.zentus.com/sqlitejdbc/