sql_bridge icon indicating copy to clipboard operation
sql_bridge copied to clipboard

SQL_Bridge: An abstraction layer for Erlang SQL databases (MySQL and PostgreSQL)

Results 4 sql_bridge issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

Also makes sense to support SQLite, since the plan is to support postgresql and mysql

enhancement