Skip to content

v1.7.6

Choose a tag to compare

@malikhan-dev malikhan-dev released this 01 Jun 16:44
· 115 commits to main since this release
1c4a810

pg

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.