SQL frontend over the catalog engine
0

Configure Feed

Select the types of activity you want to include in your feed.

ocaml-sql / test / test_engine.mli
324 B 7 lines
1(** Tests for {!Sql.Engine}: SQL run end to end over a {!Catalog.Spi} backend. 2*) 3 4val suite : string * unit Alcotest.test_case list 5(** [suite] exercises CREATE / INSERT / SELECT / UPDATE / DELETE / DROP over the 6 in-memory catalog, with no sqlite backend, and checks that unsupported 7 statement shapes fail loud. *)