teamhide / fastapi-boilerplate

FastAPI boilerplate for real world production
1.12k stars 178 forks source link

What is the config for postgres ? #21

Closed phtran-dev closed 9 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 10 months ago

I replaced PostgreSQL to MySQL. Please check latest codes.