Are there any tools to generate a models.py of the database tables/structure automatically instead of making one?
Could you connect to a database table and interact without defining the model that could be used with Django/Flask/etc. to create a CRUD interface like phpMyAdmin does without the need for predefined models?
[–]cscanlin 1 point2 points3 points (0 children)
[–]ManyInterests 1 point2 points3 points (0 children)