backend-GPT icon indicating copy to clipboard operation
backend-GPT copied to clipboard

Make ACID compliant

Open evanmays opened this issue 2 years ago • 2 comments

Should be possible with <20 lines of code.

Accepting PRs

evanmays avatar Jan 29 '23 23:01 evanmays

@evanmays does it make sense at this point to spin up a sqlite3 or dump things into a redis? Or you prefer keeping in code?

alexloi avatar Jan 30 '23 12:01 alexloi

@alexloi Ideally we can keep the idea of "database as a json file" for ease of use.

python std lib should provide everything needed for locking and whatever else is required for ACID compliance

evanmays avatar Jan 31 '23 18:01 evanmays