needle_orm 0.0.4 needle_orm: ^0.0.4 copied to clipboard
ORM for dart, inspired by Ebean.io (an excellent ORM from Java/Kotlin world).
0.0.4 #
- FIX: readme.
- FIX: remove hard-coded soft-delete column name.
- FIX: readme.
- FIX: README.md.
- FIX: repository link in README.md.
- FIX: document/yaml.
- FEAT: implement @PostLoad.
- FEAT: find Model by raw sql.
- FEAT: implement optimistic lock: @Version.
- FEAT: replace _globalDb with Database.defaultDb.
- FEAT: implement @Pre/PostPersist/Update...
0.0.3 #
- change Query() => query()
- fix lints issues
0.0.2 #
- remove dart:cli dependency to make it runnable on almost everywhere (also make pub.dev happy :) ).
0.0.1 #
- implement basic functions : insert/update/delete/findList/transaction ...