-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transaction support #5
Comments
Would accept a pull request that does file locking. Maybe in a section at the bottom of the README for advanced users. |
Suggest using |
I'd rather not add dependencies like that. Would make it a pain for installation. |
How about if we use nix-shell to automatically install sponge? |
no. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the supplied 'qdb' wrapper, if you do multiple simultaneous invocations of quinedb (as, say, to increase performance on a multicore system), there's a chance of clashing writes to qdb.out/err, which will break the executable entirely.
To get around this you should lock the output files before quinedb is invoked.
Also it would be nice to have it support transactions.
The text was updated successfully, but these errors were encountered: