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

Issue 147 postgres integration #297

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

AcquaDiGiorgio
Copy link

Full integration with PostgreSQL

Used asyncpg as the driver because it is the fastest and one of the most used by the community

Had to change a few aspects that were MySQL specific. Those being unnamed Enums, which are not permitted in Postgres, and the way of returning the last inserted ID, which used result.lastrowid and postgres needs result.inserted_primary_key[0]

@fstagni fstagni linked an issue Sep 16, 2024 that may be closed by this pull request
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Try to run the demo and integration tests with Postgress
1 participant