sql#
SQL frontend over the catalog engine.
A SQL parser, AST, renderer, value semantics, and executor over the storage-agnostic catalog engine. It turns SQL text into a plan the catalog engine runs against any backend that presents a catalog SPI.
Install#
opam install sql
If opam cannot find the package, it may not yet be released in the public
opam-repository. Add the overlay repository, then install it:
$ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git
$ opam update
$ opam install sql
API#
See the .mli files under lib/ (Ast, Engine, Datetime, ...) for the
documented interface.
License#
MIT. See LICENSE.md.