Changes

Jump to: navigation, search

NexJ Express Connecting to PostgreSQL

2 bytes added, 13:15, 2 December 2010
1- Setup the postgresql-connection
create table test.Account(
id binary(16) not null, contactId binary(16) not null, account Type varchar(16) character set utf8 not null, funds double null,
constraint Account_PK primary key(id) );
</source>
1
edit

Navigation menu