diff src/sql.sml @ 2204:01c8aceac480

Finishes initial prototype, caching parameterless pages with table-match-based invalidation. Still has problems parsing non-Postgres SQL dialects properly.
author Ziv Scully <ziv@mit.edu>
date Tue, 27 May 2014 21:14:13 -0400
parents 39faa4a037f4
children 0ca11d57c175
line wrap: on
line diff
--- a/src/sql.sml	Tue Mar 25 02:04:06 2014 -0400
+++ b/src/sql.sml	Tue May 27 21:14:13 2014 -0400
@@ -1,4 +1,4 @@
-structure Sql = struct
+structure Sql :> SQL = struct
 
 open Mono