Changes

Jump to: navigation, search

NexJ Express Connecting to PostgreSQL

2 bytes added, 21:41, 9 December 2010
2- Create a PostgreSQL database through some scripts
|}
 
 
 
== 2- Create a PostgreSQL database through some scripts==
:: Create a <code>table</code> called 'Mutex' with primary key: <code> CREATE TABLE test.Mutex(id INT PRIMARY KEY); </code>
:: Insert a value into the primary key: <code> INSERT INTO test.Mutex(id) VALUES (1); </code>
 
== 3- Working inside Schema 'test'==
1
edit

Navigation menu