swift db drivers for postgres, mysql and sqlite3
I just published swift-db drivers for Postgres, MySQL and SQLite3. I intend to use them for the upcoming version of Swift ORM. The drivers primarily target MRI and try to be lightweight & fast.
swift-db-postgres
swift-db-sqlite3
swift-db-mysql
The main features include:
* Result typecasting
* Prepared statements (Yes, for MySQL as well!)
* Asynchronous support for MySQL and Postgres
* Nested Transactions
Comments are most welcome as usual :)
swift-db-postgres
swift-db-sqlite3
swift-db-mysql
The main features include:
* Result typecasting
* Prepared statements (Yes, for MySQL as well!)
* Asynchronous support for MySQL and Postgres
* Nested Transactions
Comments are most welcome as usual :)

Comments