
8 May
2012
8 May
'12
2:39 a.m.
Hello! I'm the author of hssqlppp, which is a parser and type checker for SQL. I'm interested in writing applications in Haskell with the data in a relational DBMS. This is what I would like to build/use: Typesafe wrapper for SQL in Haskell using quasi quotes, with fallback for SQL which isn't understood by the parser or typechecker. Alternative syntax instead of SQL, but still running on a SQL DBMS - something based on Tutorial D, but with more Haskell-y concrete syntax. Simple DBMS written in Haskell which supports the above two syntaxes. Thanks, Jake.