whitebophir icon indicating copy to clipboard operation
whitebophir copied to clipboard

Data should be saved in a database rather than in local json files

Open martinlevesque opened this issue 5 years ago • 2 comments

The boards data are currently saved as json files as far as I can see. They should be saved using any database. And maybe there could be a mode without any persitence - everything streamed over WS.

martinlevesque avatar Nov 28 '18 21:11 martinlevesque

Json has the advantage of very easy automated backup, server side.

dazsmith avatar Apr 10 '20 00:04 dazsmith

yes, saving boards as simple files also has its advantages. Ideally, we would have several persistence backends between which the user could choose.

see https://github.com/lovasoa/whitebophir/pull/21

lovasoa avatar Apr 10 '20 06:04 lovasoa