https://github.com/zshipko/ocaml-ezsqlite
Simple SQLite3 bindings for OCaml
https://github.com/zshipko/ocaml-ezsqlite
ocaml sqlite3
Last synced: about 1 year ago
JSON representation
Simple SQLite3 bindings for OCaml
- Host: GitHub
- URL: https://github.com/zshipko/ocaml-ezsqlite
- Owner: zshipko
- License: isc
- Created: 2017-02-13T01:58:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T16:59:23.000Z (over 6 years ago)
- Last Synced: 2025-03-24T12:21:31.832Z (about 1 year ago)
- Topics: ocaml, sqlite3
- Language: C
- Homepage:
- Size: 1.89 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ezsqlite
Simplfied bindings to SQLite3 for OCaml
### SQLite3
The following compile-time flags have been set:
#define SQLITE_ENABLE_COLUMN_METADATA 1
#define SQLITE_DEFAULT_FOREIGN_KEYS 1
#define SQLITE_DEFAULT_AUTO_VACUUM 1
#define SQLITE_ENABLE_JSON1 1
#define SQLITE_ENABLE_RTREE 1
#define SQLITE_ENABLE_SESSION 1
#define SQLITE_THREADSAFE 2
## Dependencies
- topkg
- hex
- C compiler
## Installation
opam install ezsqlite
## Testing
jbuilder runtest
## Documentation
See `lib/ezsqlite.mli`