Skip to content
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

SQLite storage backend #227

Open
tresoldi opened this issue Aug 15, 2024 · 1 comment
Open

SQLite storage backend #227

tresoldi opened this issue Aug 15, 2024 · 1 comment

Comments

@tresoldi
Copy link

I wrote an SQLite backend for a project of mine, using the standard sqlite3 library. It is a thread-safe as I could make it, as expected it can work both in memory and from a file. I wonder if you would be interested in a PR to integrate it to the project (it seems the idea was never discussed, at least from past issues).

The full source code is in this gist: https://gist.github.com/tresoldi/3d8c8db0ca71b7bb9bae9d9a64828f09

@mconigliaro
Copy link

Even better would be a generic SQL backend using something like sqlalchemy so we can pick whichever SQL backend we want. I think this has come up before. I'd be curious to try something like this in my dev environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants