evoluhq / evolu.me

Local-first calendar and notes.
https://evolu.me
30 stars 1 forks source link

SQL UPDATE query on local-only tables #37

Open arbyys opened 1 week ago

arbyys commented 1 week ago

Allow to run SQL queries like: UPDATE table SET col1=val1, col2=val2 WHERE condition; on local-only _tables that are not synced. It's not a problem because local-only tables do not generate CRDT messages.

steida commented 1 week ago

Yep, thank you for making an issue.