oliverbutler / graph-notes

A secure note-taking platform 🚀
MIT License
4 stars 0 forks source link

Re-structure application concept/structure #4

Closed oliverbutler closed 3 years ago

oliverbutler commented 3 years ago

Currently, offline only with an SQLite DB.

Poposed

Migrate to (RxDB)[https://github.com/pubkey/rxdb] and share notes between "Nodes" in your "network". And example network could look like this:

rxdb-structure

oliverbutler commented 3 years ago

Concept was decided against, SQL is the ideal target DB for this use case.

As such we will utilise an SQLite DB for the local state and synchronise changes with the server database if applicable.