package granary

  1. Overview
  2. Docs
Pure-OCaml SQL engine

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.0.3.tar.gz
sha256=8b18780ea373be48301d9f333925860a2f9110fc0ac28684295118d72b65a67e
sha512=25ca3c9c5e2b528704a542502e0f37dc33ba003f65622d969b8c2b800778585f8ef0cf89b36e6679832e3993e8303aecddfc662742baf7044d6afe4a796b8f11

doc/granary.sql/Granary_sql/index.html

Module Granary_sqlSource

Sourcemodule Ast : sig ... end

SQL abstract syntax tree.

Sourcemodule Datetime : sig ... end

Pure-OCaml date/time module for SQL date/time functions.

Sourcemodule Exec : sig ... end

Execute write operations against the store and catalog.

Sourcemodule Fts_query : sig ... end

FTS query string parser.

Sourcemodule Fts_tokenizer : sig ... end

FTS word tokenizer.

Sourcemodule Json : sig ... end

JSON value model and the SQLite json1 scalar functions.

Sourcemodule Lexer : sig ... end
Sourcemodule Parser : sig ... end
Sourcemodule Plan : sig ... end

Physical query-plan IR.

Sourcemodule Planner : sig ... end

Translate a bound statement into a physical plan.

Sourcemodule Sema : sig ... end

Name resolution and light type checking for Phase 0 SQL.