Chicken Scheme module that provides Scheme syntax for SQL.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Moritz Heidkamp a723338316 change `(update widgets ...)' to `(update (table widgets) ...)' so as to not have a single symbol floating around there in order to make update statements composable 13 years ago
tests change `(update widgets ...)' to `(update (table widgets) ...)' so as to not have a single symbol floating around there in order to make update statements composable 13 years ago
foops.scm no syntax striptease there 13 years ago
ssql.meta remove postgresql from meta file 14 years ago
ssql.release-info fix release-info tarball location 14 years ago
ssql.scm change `(update widgets ...)' to `(update (table widgets) ...)' so as to not have a single symbol floating around there in order to make update statements composable 13 years ago
ssql.setup ssql: move ssql-pgsql into a separate egg to remove the postgresql dependency and rename it to ssql-postgresql in the course to match with awful-postgresql and autoform-postgresql 14 years ago