From b1516ed386ca303a526959586f0a06564ca77bb0 Mon Sep 17 00:00:00 2001 From: Ziv Scully Date: Tue, 27 May 2014 21:14:13 -0400 Subject: Finishes initial prototype, caching parameterless pages with table-match-based invalidation. Still has problems parsing non-Postgres SQL dialects properly. --- src/sql.sml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sql.sml') diff --git a/src/sql.sml b/src/sql.sml index 6ac8bc68..8642c9d2 100644 --- a/src/sql.sml +++ b/src/sql.sml @@ -1,4 +1,4 @@ -structure Sql = struct +structure Sql :> SQL = struct open Mono -- cgit v1.2.3