Start of DBMS support
authorAdam Chlipala <adamc@hcoop.net>
Thu, 21 Dec 2006 23:39:14 +0000 (23:39 +0000)
committerAdam Chlipala <adamc@hcoop.net>
Thu, 21 Dec 2006 23:39:14 +0000 (23:39 +0000)
commitd541c6185fb0f426dce0b16e85327b53635169e0
tree43c125f9b8ad3653be849a6cf515ba63fd454743
parent8c142ff5a8d781a44261c1ca2f15f0e13a9d2e88
Start of DBMS support
19 files changed:
Makefile
bin/.cvsignore
configDefault/postgres.cfg [new file with mode: 0644]
configDefault/postgres.cfs [new file with mode: 0644]
configDefault/postgres.csg [new file with mode: 0644]
src/.cvsignore
src/dbms.sig [new file with mode: 0644]
src/dbms.sml [new file with mode: 0644]
src/main-admin.sml
src/main-client.sml
src/main-dbtool.sml [new file with mode: 0644]
src/main.sig
src/main.sml
src/msg.sml
src/msgTypes.sml
src/plugins/domtool-postgres [new file with mode: 0755]
src/plugins/postgres.sig [new file with mode: 0644]
src/plugins/postgres.sml [new file with mode: 0644]
src/sources