thisAKcode / fastapi_streetart_map

0 stars 0 forks source link

sqlite #6

Closed thisAKcode closed 2 years ago

thisAKcode commented 2 years ago

create pr from session with Bob

thisAKcode commented 2 years ago

sqlite instead of postgres

bbelderbos commented 2 years ago

By pulling the DB url string into an environment variable you can set an sqlite or postgres db in your .env file (using python-dotenv for example) independently of changing the code :)