-
Notifications
You must be signed in to change notification settings - Fork 14
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
asyncpg support #190
Comments
Currently, DBOS uses the psycopg3 sync driver ( Would love to learn more about what you're building--what do you use that driver for? |
I like the idea of using a database as a source of truth for events and processing when things are lightweight. That's why DBOS is interesting. I am currently building an app with long-running transactions and potential parallel requests and so, looking for a nonblocking way of transacting. |
Got it! Yeah, DBOS fully supports async steps and workflows, so you can access the database using an async driver from within a step (instead of using a DBOS-provided connection). |
Does dbos support asyncpg driver with sqlalchemy?
The text was updated successfully, but these errors were encountered: