Skip to content

0.6.3

Compare
Choose a tag to compare
@rahmanfadhil rahmanfadhil released this 31 Jul 23:44
· 53 commits to master since this release
25610b9

Model query

  • New count to count records in a model that match given conditions.
  • New update to update multiple models at once.
  • New delete query to delete multiple records at once.

Manager

  • save now accept array of model instances. It updates and inserts all model instances to the database, even in different tables.
  • insert is now deprecated and unavailable.
  • remove now accept array of model instances.

Adapter

  • Bump sqlite version to v2.3.0.