Releases: AnswerDotAI/fastlite
Releases · AnswerDotAI/fastlite
v0.0.6
Bugs Squashed
- Fix
None
checks in fastlite.kw (#11)
v0.0.5
New Features
- Switch to sqlite-minutils (#10)
v0.0.4
New Features
- Filter table callable using
xtra
(#9)
v0.0.3
New Features
- Vendor in sqlite-utils and remove dependency (#7)
- Add
ids_and_rows_where
and use it to work around sqlite-utils rowid bug (#6)
- Add
get_last
and use it to set last_pk
correctly and return updated row (#5)
v0.0.2
New Features
xtra
field support
- Auto-get pks for
update
, and return updated record (#4)
- Return updated value on insert/upsert (#3)