needle_orm 0.0.4 copy "needle_orm: ^0.0.4" to clipboard
needle_orm: ^0.0.4 copied to clipboard

outdated

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 ...
3
likes
0
points
309
downloads

Publisher

verified publisherhsdcloud.cn

Weekly Downloads

ORM for dart, inspired by Ebean.io (an excellent ORM from Java/Kotlin world).

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

inflection3, logging, recase

More

Packages that depend on needle_orm