Difference between revisions of "SQLite Adapter"

From CDOT Wiki
Jump to: navigation, search
Line 3: Line 3:
  
 
<big><big> SQLite Adapter for NexJ </big></big>
 
<big><big> SQLite Adapter for NexJ </big></big>
 +
  
 
== Project Goal ==
 
== Project Goal ==
Line 13: Line 14:
 
=== Supported Versions ===
 
=== Supported Versions ===
  
== Current Status ==
 
* [[SQLite_Adapter#Phase_1:_Investigation | Phase 1: Investigation]]
 
  
== Project Phases ==
+
== Project Status==
=== Phase 1: Investigation ===
+
* [[SQLite_Adapter_StandUp_Reports | Stand Up Reports]]
 +
* Current Sprint : [[SQLite_Adapter#Sprint_1 | 1]]
 +
 
 +
 
 +
== Project Backlog ==
 +
=== Phase 1: Investigation (DONE) ===
 
* Get requirements from NexJ (Meeting Friday Sept 23rd)
 
* Get requirements from NexJ (Meeting Friday Sept 23rd)
 
* Walk-through the code
 
* Walk-through the code
 
* Familiarization with SQLite
 
* Familiarization with SQLite
 
* [[SQLite_Adapter_Research | Research Summary]]
 
* [[SQLite_Adapter_Research | Research Summary]]
 +
  
 
=== Sprint 1 ===
 
=== Sprint 1 ===
* SQLIte shows in console
+
{| border="1" cellpadding="4" cellspacing="2" style="border: 1px solid black;border-collapse:collapse;"
* Use schema tool to setup a database
+
|-
* Use data load tool to create tables in the database
+
! User Story
 +
! Score
 +
! Details
 +
|-
 +
|Initial skeleton of the SQLite adapter
 +
|2
 +
|Running the jUnit test shows in the console that the adapter is loaded an running.
 +
|-
 +
|Use database schema tool to generate the SQL to setup the database
 +
|1
 +
|Running the DB Schema Tool's "setup" command, appropriate artifacts are created (e.g. sql or bat script) for generating the SQLite database.
 +
|-
 +
|Use database schema tool to generate the SQL to create the Core datasource's tables
 +
|5
 +
|Running the DB Schema Tool's "create" command, appropriate artifacts are created (e.g. a sql file) for creating the tables in an existing SQLite database.
 +
|}
  
  
 
== Project Repository ==
 
== Project Repository ==
 
* Central: https://bitbucket.org/cwdesautels/nexj-express-sqlite-adapter
 
* Central: https://bitbucket.org/cwdesautels/nexj-express-sqlite-adapter
 +
  
 
== Resources ==
 
== Resources ==

Revision as of 09:31, 26 September 2011


SQLite Adapter for NexJ


Project Goal

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

Contributors

Supported Versions

Project Status


Project Backlog

Phase 1: Investigation (DONE)

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


Sprint 1

User Story Score Details
Initial skeleton of the SQLite adapter 2 Running the jUnit test shows in the console that the adapter is loaded an running.
Use database schema tool to generate the SQL to setup the database 1 Running the DB Schema Tool's "setup" command, appropriate artifacts are created (e.g. sql or bat script) for generating the SQLite database.
Use database schema tool to generate the SQL to create the Core datasource's tables 5 Running the DB Schema Tool's "create" command, appropriate artifacts are created (e.g. a sql file) for creating the tables in an existing SQLite database.


Project Repository


Resources