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
- pure Python Classes (https://docs.python.org/3/tutorial/classes.html#class-objects)
19
19
20
-
Number of supported models will be increased, check 'TODO' section.
20
+
Number of supported models will be increased, check 'TODO' section, if you want to have support of different models types - please open the issue.
21
21
22
22
Py-Models-Parser written with PEG parser and it's python implementation - parsimonious. It's pretty new and I did not cover all possible test cases, so if you will have an issue - please just open an issue in this case with example, I will fix it as soon as possible.
23
23
@@ -171,10 +171,10 @@ For model from point 1 (above) library will produce the result:
171
171
172
172
## TODO: in next Release
173
173
174
-
1. Add more tests for supported models (and fix existed not covered cases): Django ORM, Pydantic, Enums, Dataclasses, SQLAlchemy Models, GinoORM models, TortoiseORM models
174
+
1. Add more tests for supported models (and fix existed not covered cases): Django ORM, Pydantic, Enums, Dataclasses, SQLAlchemy Models, GinoORM models, TortoiseORM models, PonyORM, Pydal tables definitions
0 commit comments