pariyatti / mobile-app

The Pariyatti mobile app
https://pariyatti.app/
GNU Affero General Public License v3.0
8 stars 11 forks source link

Remove SQLite (Moor/Drift) #65

Closed deobald closed 1 year ago

deobald commented 2 years ago

We really do not need a full-featured RDBMS in the mobile app. Content-Addressable Storage (CAS) via hashed filenames of JSON files would be more than sufficient. A simple index could be a JSON dictionary serialized to another file.

deobald commented 1 year ago

Duplicate of #83 , which is more recent/relevant.