Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

extend/bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank

Bank is a middleware for accessing SQL databases.

Warning

This project is currently in very early beta and lacks features expected from normal MySQL usage. While it has been proven in production, it is not ready for general consumption just yet.

Goals

Bank aims to provide a consistent interface to SQL databases. That means that the same code can be used to perform queries on MySQL, PostgreSQL or any other database.

Bank features a worker pool that is always connected and will automatically reconnect when the connection is lost.

Bank drivers favor binary protocols rather than text, and do no SQL manipulation, preferring prepared statements when queries have parameters.

Getting Started

Bank requires Erlang R16B+.

There is no documentation at this time.

Support

About

Middleware for accessing SQL databases.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages