Relational database programming for OCaml (unreleased)
See the code%%VERSION%%
Rel is a library for programming with relational databases in OCaml. It provides:
Rel is distributed under the ISC license. The base library has no
dependencies. The Rel_cli library depends on cmdliner. The
Rel_sqlite3 library depends on the C SQLite3 library (at least
v3.38.5).
Homepage: https://erratique.ch/software/rel
rel can be installed with opam:
opam install rel
opam install rel conf-sqlite3 # with SQLite support
If you don't use opam consult the opam file for build
instructions.
The documentation can be consulted online or via odig doc rel.
Questions are welcome but better reled on the OCaml forum than on the issue tracker.
The query language of Rel is based on the following line of papers.
Ezra Cooper. The Script-Writer’s Dream: How to Write Great SQL in Your Own Language, and Be Sure It Will Succeed. 2009. Full text
James Cheney et al. A practical theory of language-integrated query. 2013. Full text
Suzuki et al. Finally, safely-extensible and efficient language-integrated query. 2016. Full text
Oleg Kiselyov et al. Sound and Efficient Language-Integrated Query -- Maintaining the ORDER. 2017. Full text
OCaml
96.4%
C
3.6%
Relational database programming for OCaml (unreleased)
See the code%%VERSION%%
Rel is a library for programming with relational databases in OCaml. It provides:
Rel is distributed under the ISC license. The base library has no
dependencies. The Rel_cli library depends on cmdliner. The
Rel_sqlite3 library depends on the C SQLite3 library (at least
v3.38.5).
Homepage: https://erratique.ch/software/rel
rel can be installed with opam:
opam install rel
opam install rel conf-sqlite3 # with SQLite support
If you don't use opam consult the opam file for build
instructions.
The documentation can be consulted online or via odig doc rel.
Questions are welcome but better reled on the OCaml forum than on the issue tracker.
The query language of Rel is based on the following line of papers.
Ezra Cooper. The Script-Writer’s Dream: How to Write Great SQL in Your Own Language, and Be Sure It Will Succeed. 2009. Full text
James Cheney et al. A practical theory of language-integrated query. 2013. Full text
Suzuki et al. Finally, safely-extensible and efficient language-integrated query. 2016. Full text
Oleg Kiselyov et al. Sound and Efficient Language-Integrated Query -- Maintaining the ORDER. 2017. Full text
OCaml
96.4%
C
3.6%