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.
- Host: GitHub
- URL: https://github.com/gearnode/erl-sqlite
- Owner: gearnode
- License: isc
- Created: 2021-06-05T11:05:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-23T09:11:46.000Z (about 4 years ago)
- Last Synced: 2025-10-04T08:45:08.609Z (4 months ago)
- Topics: database, erlang, sqlite
- Language: C
- Homepage:
- Size: 2.29 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.