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
Currently, most of the logic is strictly relational and Nitrite is not a good fit for that.
The only benefit of Nitrite is the easy conversion and the full-text search (which might not be a benefit when the tokenization is taken into account).
SQLite supports a single file db for synchronization and has FTS extenders, as well as enough Kotlin ORM's to choose from.
The text was updated successfully, but these errors were encountered:
Currently, most of the logic is strictly relational and Nitrite is not a good fit for that.
The only benefit of Nitrite is the easy conversion and the full-text search (which might not be a benefit when the tokenization is taken into account).
SQLite supports a single file db for synchronization and has FTS extenders, as well as enough Kotlin ORM's to choose from.
The text was updated successfully, but these errors were encountered: