teamhide / fastapi-boilerplate

FastAPI boilerplate for real world production
987 stars 156 forks source link

What is the config for postgres ? #21

Closed phtran-dev closed 6 months ago

phtran-dev commented 1 year ago

Hi, Can you guide me how can I change config for postgres ? I am using postgres+pyscopg2://postgres:password@localhost:5432/fastapi. But I have no luck ?

teamhide commented 6 months ago

I replaced PostgreSQL to MySQL. Please check latest codes.