Open main menu

CDOT Wiki β

Changes

NexJ Express Connecting to PostgreSQL

91 bytes added, 12:47, 1 December 2010
1- Setup the postgresql-connection
* Files to configure based on PostgreSQL properties
: src
:: PostgreSQLAdapter.java // Extends SQLAdapter.java - SQL Persistence adapter:: PostgreSQLSchemaManager.java // Extends SQLSchemaManager.java- class for reading, creating and upgrading the database schema
:: system.dstype
:: DatabaseTool.java // This file calles SQLSchemaMangerFactory.java and creates the connection
1
edit