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

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

0.0.4+1 #

  • FIX: homepage & repository url in pubspec.yaml.

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
pub points
16%
popularity

Publisher

verified publisherhsdcloud.cn

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

inflection3, logging, recase

More

Packages that depend on needle_orm