cl-postgres-socket3 backend using cl-postgres (backing of postmodern)
authorRuss Tyndall <russ@acceleration.net>
Wed, 8 Jun 2011 20:39:17 +0000 (16:39 -0400)
committerNathan Bird <nathan@acceleration.net>
Thu, 30 Jun 2011 20:56:28 +0000 (16:56 -0400)
commit6e49d313475d42d2ef7b4eea626f2d7da902d09e
treeb05d6d6154eeac13107b8cb6b723d0c356bbcfe6
parentfdc28505b82da26cc8142964cb8ae40cdc8bfdfc
cl-postgres-socket3 backend using cl-postgres (backing of postmodern)

 Major goals
  * Use newer version (3) of the postgres socket api
  * Allows use of command objects and prepared statements against
    postgres.
clsql-postgresql-socket3.asd [new file with mode: 0644]
db-postgresql-socket3/.gitignore [new file with mode: 0644]
db-postgresql-socket3/api.lisp [new file with mode: 0644]
db-postgresql-socket3/command-object.lisp [new file with mode: 0644]
db-postgresql-socket3/package.lisp [new file with mode: 0644]
db-postgresql-socket3/sql.lisp [new file with mode: 0644]
sql/fddl.lisp
tests/test-init.lisp
tests/utils.lisp