1
edit
Changes
→Project Phases
=== Phase 3: PostgreSQLSchemaManager ===
* Extend SQLSchemaManager to support PostgreSQL.<br/>* SQLSchemaManager is used in maintaining database schemas (DDL)
=== Phase 4: PostgreSQLAdapter ===
* Extend SQLAdapter to support PostgreSQL.<br/>* SQLAdapter is used in manipulate data in existing schemas (DML)<br/>
===Phase 5: PostgreSQLAdapterTest ===
=== Phase 6: Optimization===
*After implementation is done, optimizing the modified files.
== Project Repository ==