SQL frontend over the catalog engine
0

Configure Feed

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

43 1 0

Clone this repository

https://git.vm.fail/gazagnaire.org/ocaml-sql https://git.vm.fail/did:plc:hkrxbgcaoaekyp6yi4n7eerp
ssh://git@git.recoil.org:2222/gazagnaire.org/ocaml-sql ssh://git@git.recoil.org:2222/did:plc:hkrxbgcaoaekyp6yi4n7eerp

For self-hosted knots, clone URLs may differ based on your setup.


README.md

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.