SQLalchemy doesn’t return null values
I am building a FastAPI app and I have a database class in which ma doin all my database operations. The database that I use is MySQL.
I am building a FastAPI app and I have a database class in which ma doin all my database operations. The database that I use is MySQL.