Skip to content

0.1.1

Latest
Compare
Choose a tag to compare
@senko senko released this 17 Sep 09:34
· 2 commits to main since this release

Changes:

  • update, set, delete and clear now return the number of updated documents
  • you can now specify check_same_thread boolean option (default is True) so SQLite allow accessing the same connection from multiple threads (may be neccessary for FastAPI)
  • improve type hints