An open API service indexing awesome lists of open source software.

https://github.com/gearnode/erl-sqlite

Erlang interface for the SQLite database engine.
https://github.com/gearnode/erl-sqlite

database erlang sqlite

Last synced: 4 months ago
JSON representation

Erlang interface for the SQLite database engine.

Awesome Lists containing this project

README

          

# Project
This repository contains an interface for the
[SQLite](https://www.sqlite.org) database engine.

The SQLite code source is embedded in the application and is regularly
updated. The current embedded version is 3.36.0.

# Documentation
A handbook is available [in the `doc`
directory](https://github.com/exograd/erl-sqlite/blob/master/doc/handbook.md).

# Contact
If you find a bug or have any question, feel free to open a GitHub
issue.

Please not that we do not currently review or accept any contribution.