Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python version to automated sql designs from ORMs #327

Open
melquelima opened this issue Jul 19, 2023 · 3 comments
Open

Python version to automated sql designs from ORMs #327

melquelima opened this issue Jul 19, 2023 · 3 comments

Comments

@melquelima
Copy link

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?

@ondras
Copy link
Owner

ondras commented Jul 30, 2023

is it possible?

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.

@melquelima
Copy link
Author

is there a way to create a version of that code in python? so i can try to create that library

@ondras
Copy link
Owner

ondras commented Sep 18, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants