sql_bridge
sql_bridge copied to clipboard
SQL_Bridge: An abstraction layer for Erlang SQL databases (MySQL and PostgreSQL)
Allow a pluggable ID generator, so it's not dependent on the backend's auto-increment/auto-id functionality. Provide some sensible defaults, like a uuid generator, or stripe_based prefix generator, but also allow making...
Hello, First of all, thanks for the library, it's really great! I'm using sql_bridge with mysql. I noticed that the errors are only logged, and do not return for the...
I think the Erlang Record structure would be an interesting way to contruct SQL queries. Each record would represent a type of query (`#select`, `#update`, `#delete`, etc), and the attributes...
SQLite
Also makes sense to support SQLite, since the plan is to support postgresql and mysql