Unable to create Tables using SQL alchemy and fastAPI – Postgresql
I am learning how to use fastapi and sql alchemy to build an api, but when trying to get my script to create the tables in postgreSQL it just doesn't work, nothing happens. This is what my code looks like:…