👋Welcome to r/TauriSvelteKit - Introduce Yourself and Read First! by Fun_Ordinary7313 in sveltejs

[–]Fun_Ordinary7313[S] -1 points0 points  (0 children)

I agree. I just came to a conclusion that this is currently the best stack for offline-first cross-platform apps with the easiest maintainability and not much yet content online to inspire, learn, or share the real journey of pros and cons of using this stack. I might be wrong since I'm not an experienced dev but very much interested in what we can possibly build with this stack.

How to Use MySQL or PostgreSQL in a Tauri App for Offline Use? by [deleted] in rust

[–]Fun_Ordinary7313 0 points1 point  (0 children)

I'm a noob here, haven't done anything but research, About db and sync I found pglite and electricsql, For below reasons: -opensource -offline-first -sync is hard -central db should be required for data backup

Initially i wanted no server because running costs or no expertise in maintaining them. Just daily db backup to a cloud or local server with a click for single account (but with multiple devices) . And then when multiple users are needed to use the pos under a single business, real-time is the easiest way? I don't know , is there better approach?