Chicken Scheme module that provides Scheme syntax for SQL.
 
 
Go to file
Moritz Heidkamp 9fde24d7b5 move `insert-clause' into ssql translator engine so it can be specialized
tests very basic ssql composition support through the `ssql-compose' procedure
foops.scm ssql: port to chicken 4 and remove prometheud dependency
ssql.meta ssql: port to chicken 4 and remove prometheud dependency
ssql.scm move `insert-clause' into ssql translator engine so it can be specialized
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