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

Make Piccolo API work gracefully if asyncpg isn't installed #73

Open
dantownsend opened this issue Aug 13, 2021 · 0 comments
Open

Make Piccolo API work gracefully if asyncpg isn't installed #73

dantownsend opened this issue Aug 13, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@dantownsend
Copy link
Member

Related to:

#72

If asyncpg isn't installed, Piccolo API won't work:

from asyncpg.pgproto.pgproto import UUID

As asyncpg is now an optional requirement in Piccolo, we need to work out a way of making Piccolo API handle it gracefully if asyncpg isn't installed.

@dantownsend dantownsend added the enhancement New feature or request label Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant