r10128: Add SQLite3 backend
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 31 Oct 2004 23:59:26 +0000 (23:59 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 31 Oct 2004 23:59:26 +0000 (23:59 +0000)
commitf7ffd9617ac7b70d330add3ad409128a9dec266f
tree29f2c5471b1b889f42889d519aac1c4db406bbf3
parent7a857ddf473a4c8f20f93061766b9f34a5f5179c
r10128: Add SQLite3 backend
ChangeLog
clsql-sqlite3.asd [new file with mode: 0644]
db-sqlite3/init-func-sample/Makefile [new file with mode: 0644]
db-sqlite3/init-func-sample/example.lisp [new file with mode: 0644]
db-sqlite3/init-func-sample/iso-8859-15-coll.c [new file with mode: 0644]
db-sqlite3/sqlite3-api.lisp [new file with mode: 0644]
db-sqlite3/sqlite3-loader.lisp [new file with mode: 0644]
db-sqlite3/sqlite3-package.lisp [new file with mode: 0644]
db-sqlite3/sqlite3-sql.lisp [new file with mode: 0644]
tests/test-init.lisp
tests/utils.lisp