-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add support for database as queue backend #62
Comments
Hey @prabirshrestha! Sqlite and postgres: yes, we would love that, thanks a lot. Looking forward to seeing your PRs! As for surrealdb, let us think about it. We are the one that will end up needing to maintain it, and I want to make sure we don't take on something that's not as widely used. |
Was working on surrealdb backend by following other samples, but seems like |
@svix-jplatte, can you please take a look at the above report? |
Yeah, that is expected. It's not currently supported to define a queue backend outside of |
Any updates on this? Would love to have surrealdb and sqlite supported. |
Would be good if database backends were supported.
I have written one for surrealdb and would be happy to contribute if you are open. https://github.com/prabirshrestha/mq/.
Other database I'm interested in are sqlite and Postgres.
The text was updated successfully, but these errors were encountered: