You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable support for different database types. If you initialize Server or a subclass in your code, you should pass the database_type parameter of the configuration. (#267)
Introduce Sqlite-based database back-end. Set database_type = sqlite in the SERVICE section of your configuration file to use it. The Sqlite back-end will become the default in v2.0 (to be released in Q3 2026). A warning is displayed to encourage users to migrate their databases and adjust the configuration file. (#271, #276)
Add migrate-pockets command to enable conversion of existing tinydb databases into Sqlite. (#273)