Re: SQLAchemy

2016-11-04 Thread Nate Granatir
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 SQLAchem

SQLAchemy

2016-11-02 Thread pradam programming
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 Djang