This repository has been archived by the owner on Jun 2, 2024. It is now read-only.
Version 1.0.22
- Merged Pull Request for deleting items with a custom filter. (this adds the
delete()
method on queries.) - Merged Pull Request for calling to the Query methods directly on the database class.
- Merged Pull Request for sorting by update/created at times (ability to fetch
__created_at
and__updated_at
)