You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today we have a few tools to doc apis like faskapi already have sweager on it, but today there is no libraries to automate the orm design tables, imagin just plug the ondrassqldesigner like "pip intall ondras-sqladesigner" and init it like "'ondras..init(app)" and the magic is done, just access "/sqldesign" and all of your orm tables are designed there how amazing it would be, is it possible?
The text was updated successfully, but these errors were encountered:
Probably? But the ORM-build process needs to be specific to a particular ORM implementation (and language). And I have no ORM experience, so I cannot really advise on this.
is there a way to create a version of that code in python? so i can try to create that library
Probably? My Python experience is not high. But if you configure your web server to run Python instead of PHP, you can certainly re-implement current backends in Python.
Today we have a few tools to doc apis like faskapi already have sweager on it, but today there is no libraries to automate the orm design tables, imagin just plug the ondrassqldesigner like "pip intall ondras-sqladesigner" and init it like "'ondras..init(app)" and the magic is done, just access "/sqldesign" and all of your orm tables are designed there how amazing it would be, is it possible?
The text was updated successfully, but these errors were encountered: