Open main menu

CDOT Wiki β

Changes

NexJ Express Connecting to PostgreSQL

225 bytes added, 12:40, 2 December 2010
1- Setup the postgresql-connection
</source>
: After activating the connection, the database is locked.
: In MySQL, the storage engine is set to a transactional safe engine such as InnoDB
::
<source lang=java>
/* nexj/core/persistence/sql/etc/postgresql_create.sql */
set sql_mode = concat(@@sql_mode, ',ANSI_QUOTES');
</source>
=== 2- Create a PostgreSQL database through some scripts===
1
edit