cdddg / py-clean-arch

A Python implementation of Clean Architecture, inspired by Uncle Bob's book
68 stars 13 forks source link

feat(db): add mysql and postgres driver #3

Closed cdddg closed 1 year ago

cdddg commented 1 year ago
$ SQLALCHEMY_DATABASE_URI=mysql+asyncmy://<username>:<password>@<host>:<port>/<dbname> make up
$ SQLALCHEMY_DATABASE_URI=postgresql+asyncpg://<username>:<password>@<host>:<port>/<dbname> make up