simple_mysql_orm 1.1.1
simple_mysql_orm: ^1.1.1 copied to clipboard
A simple ORM wrapper for mysql with Transaction support.
1.1.1 #
- moved to di_zone2 until scope is released.
- Added examples and readme.
- renamed deleteByEntity to remove.
1.1.0 #
- Added rollback method to allow a transaction to manually be rolled back.
- Added support for json encoding maps when saving a field to db.
- Fixed the formatting of date fields when inserting/updating.
- improved logging. We know use the logging package.
- Added additional unit testing for all the forms of a Transaction.
1.0.0 #
- Initial version.