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

Delegate asyncpg #9

Closed
fantix opened this issue Jul 22, 2017 · 0 comments
Closed

Delegate asyncpg #9

fantix opened this issue Jul 22, 2017 · 0 comments
Assignees
Milestone

Comments

@fantix
Copy link
Member

fantix commented Jul 22, 2017

Currently, GINO, SQLAlchemy and asyncpg works together in a way that user needs to manually take care of the three - create a GINO environment, define columns with SQLAlchemy, create asyncpg pools and feed connection object to GINO operations. Which is fine, it is expected to be used like this, as the low-level interface.

However, if GINO could delegate asyncpg interface, user code could be very much simplified - GINO shall be able to map the rows to the correct model automatically for example. Let's try to make such delegation, in an optional way on top of the GINO low-level interface.

@fantix fantix added this to the 0.2 milestone Jul 22, 2017
@fantix fantix self-assigned this Jul 22, 2017
fantix added a commit that referenced this issue Jul 23, 2017
fantix added a commit that referenced this issue Jul 23, 2017
fantix added a commit that referenced this issue Jul 23, 2017
@fantix fantix closed this as completed Jul 23, 2017
fantix added a commit to decentfox/gino that referenced this issue Jan 29, 2018
fantix added a commit to decentfox/gino that referenced this issue Jan 29, 2018
fantix added a commit to decentfox/gino that referenced this issue Jan 29, 2018
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

1 participant