v1.7.6
Postgresql Support
Zenq Operations Supported On Postgresql database
Db Transactions Support
Rollback() or Commit The Active Transaction On The DbContext (RDBMSFacade)
Generic Facade To Access Sql Databases
Its Possible To Access Any Sql Database By Implementing The RDBMSFacade interface. at the moment MySql and Postgres Implemented
Breaking Changes:
FromMySqlRows() renamed to FromSqlRows()
Copyright Notice:
Third‑Party Software Notice: This package includes/uses the third‑party MySQL driver github.com/go-sql-driver/mysql.
Copyright © The github.com/go-sql-driver/mysql authors.
Third‑Party Software Notice: This package includes/uses the third‑party Postgres driver github.com/lib/pq
Copyright © The github.com/lib/pq authors.
License applies as stated in those repository.
