O!My Models (omymodels) is a library to generate Pydantic, Dataclasses, GinoORM Models, SqlAlchemy ORM, SqlAlchemy Core Table, Models from SQL DDL. And convert one models to another.
Stars
198
Forks
25
Watchers
198
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
103
commits
4
commits
2
commits
1
commits
1
commits
1
commits
1
commits
1
commits
1
commits
Add Pydal model conversion support (issue #30) (#80)
01a8391View on GitHubAdd split_by_schema for separate schema files (issue #40) (#79)
97b7566View on GitHubFix dependency conflict with simple-ddl-generator (issue #46) (#78)
86bb881View on GitHubAdd relationship() with back_populates for SQLAlchemy models (issue #47) (#77)
9a606ffView on GitHubAdd max_length validation for VARCHAR/CHAR in Pydantic models (issue … (#76)
d35760fView on GitHubAdd MySQL blob types support and test cases for issue #62 (#74)
50db95aView on GitHubFix SQLModel array type generation (issue #66) (#73)
229a0d3View on GitHubFix test assertions for functional Enum syntax (#71)
734ebd7View on GitHub