comparison 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
comparison
equal deleted inserted replaced
2203:39faa4a037f4 2204:01c8aceac480
1 structure Sql = struct 1 structure Sql :> SQL = struct
2 2
3 open Mono 3 open Mono
4 4
5 val debug = ref false 5 val debug = ref false
6 6