Changes:
update
,set
,delete
andclear
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