hi,
I am new to SqlAchemy.My questions are as follows:
1.When i write tables in sql achemy format i can't able to do makemigrations and migrate..?
2.In SqlAchemy Explicitly i need to specify database whenever i do CRUD operations ?
3.Whats the main advantage over SQLAchemy vs Django OMR.?