What if you made a service where each customer’s data was kept in their own sqlite.db? GDRP compliance would be as simple as “rm hoge.sqlite”, no mixing customer data, data exports easy peasy…
Yeah. I was thinking it might rock for a blog or other such site where you wouldn’t expect multiple writes per-second and waiting for a second wouldn’t be the end of the world.
Probably fine if writes are rare
Yeah. I was thinking it might rock for a blog or other such site where you wouldn’t expect multiple writes per-second and waiting for a second wouldn’t be the end of the world.