Skip to content

Releases: AnswerDotAI/fastlite

v0.0.3

04 Jun 03:26
Compare
Choose a tag to compare

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

02 Jun 04:59
Compare
Choose a tag to compare

New Features

  • xtra field support
  • Auto-get pks for update, and return updated record (#4)
  • Return updated value on insert/upsert (#3)

v0.0.1

27 May 21:53
Compare
Choose a tag to compare
  • Initial release