On Wed, 15 Aug 2007, Mark Diggory wrote: > On Aug 15, 2007, at 11:19 AM, Andrew Plotkin wrote: > >> On Wed, 15 Aug 2007, Mark Diggory wrote: >> >>> Is this strictly MySQL or is it just standard JDBC? >> >> It's JDBC, and we've made some preparation for differences in SQL >> syntax. >> But I've only ever tested it with MySQL. > > Thats great, I'd be glad to do some testing against Postgres if you > have a prototype version in a maven repo somewhere.
It's in <https://simile.mit.edu/repository/proptablesql/trunk>. I don't make any claims for it at the moment -- a lot of debugging output is still in there. > Just another simpleton question. Does it require a specific database > schema or is it adaptable to existing db tables? It requires a specific schema. The intent is that you create an empty database and then run the sail against it; it creates everything. --Z -- "And Aholibamah bare Jeush, and Jaalam, and Korah: these were the borogoves..." _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
