I have a large dictionary of items - ~400 columns. I have a script to detect and create the type of each item so I have {'age' = INT, "Name" = String,etc..) but I'm not sure how to use that to create a table in SQLAlchemy or directly creating the query?
I am using postgres but I am familiar with mysql & sqlite so anything that works for those I would be able to apply to my usecase.