Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 17 days 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.)

Awesome Lists containing this project

README

        

ESQL

Erlang Sql Database Connection

Currently available drivers

esql_sqlite3 -- Driver for esqlite

esql_pgsql -- Driver for pgsql