Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmzeeman/esql
ESQL provides an abstraction layer between Erlang programs and SQL relational databases. This lets you write database code once, in Erlang, and have it work with any number of backend SQL databases (Sqlite, MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)
https://github.com/mmzeeman/esql
Last synced: 2 months ago
JSON representation
ESQL provides an abstraction layer between Erlang programs and SQL relational databases. This lets you write database code once, in Erlang, and have it work with any number of backend SQL databases (Sqlite, MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)
- Host: GitHub
- URL: https://github.com/mmzeeman/esql
- Owner: mmzeeman
- Created: 2011-12-31T09:27:30.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-18T07:19:05.000Z (almost 12 years ago)
- Last Synced: 2024-10-12T04:31:59.200Z (3 months ago)
- Language: Erlang
- Homepage:
- Size: 185 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
ESQL
Erlang Sql Database Connection
Currently available drivers
esql_sqlite3 -- Driver for esqlite
esql_pgsql -- Driver for pgsql