olirice / nebulo

Instant GraphQL API for PostgreSQL and SQLAlchemy
MIT License
92 stars 5 forks source link

psycopg2 should not be a dependency #8

Open olirice opened 3 years ago

olirice commented 3 years ago

Replace psycopg2 dependency with

AsyncEngine.run_sync

Usage needs to be wrapped here: https://github.com/olirice/nebulo/blob/master/src/nebulo/server/starlette.py#L31