first draft of implementing cl-postgres as a backend for clsql (called db-postgresql...
authorRuss Tyndall <russ@acceleration.net>
Mon, 28 Sep 2009 21:34:01 +0000 (17:34 -0400)
committerRuss Tyndall <russ@acceleration.net>
Mon, 28 Sep 2009 21:34:01 +0000 (17:34 -0400)
commit126812fb21eeb397865ebd1f4cfaf13ca5b350f3
tree7feaf53942af1e1736b3cccfb936df87aeb2dc25
parent53bf64089da7f091d748f46eb95ebeb39d990dd9
first draft of implementing cl-postgres as a backend for clsql (called db-postgresql-socket3 (after the protocol version))
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/package.lisp [new file with mode: 0644]
db-postgresql-socket3/sql.lisp [new file with mode: 0644]