sqleto 0.0.5+6
sqleto: ^0.0.5+6 copied to clipboard
A ORM-ish for use with PostgreSQL
0.0.1 #
- Initial version for package SQLeto!
0.0.2 #
- Some few adjusts
0.0.3 #
- Bug fixes on generate scrit to INSERT
- [SQLetoValidator] added (more validators soon)
- Added an example.dart that will be updated when new features coming
0.0.4 #
- [SQLetoValidator] refactored
- [SQLetoDefaultValue] refactored
- [SQLetoValidator] added NEGATIVE_NUMBER and UUID validators
0.0.5 #
- Class [Schema] removed, use [SQLetoSchema] instead!
- Bug fixes
0.0.5+1 #
- Where adjustments
- PostgreSQL queries adjustments
0.0.5+2 #
- Bug fixes on Where class
- Real time changes stream implemented (experimental under development)
0.0.5+3 #
- Initialization adjustment
- New exceptions
- SQLetoUtils.passwordMatches method to check encrypted password from database with the password given!
0.0.5+4 #
- Table builder script bug fixed!
0.0.5+5 #
- OnChanged stream adjustments
- SQLetoSchema builder adjustments
0.0.5+6 #
- OnChanged stream distinct applied