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

Create schema from DDL and define R6 Classes/Objects that map to data models #5

Open
azimov opened this issue Aug 26, 2022 · 0 comments

Comments

@azimov
Copy link
Collaborator

azimov commented Aug 26, 2022

DDL csvs should be standardized in this package and allow a class that loads them, checks them and exposes basic queries automatically.

Could, from a csv that specifies data types, be automatically created in all database engines and checked for changes/compatibility against some existing data model.

Additionally, it would be fairly straightforward to create data model classes from these specifications that could provide simple getters to query the db via the fields included.

If foreign keys are exposed in the ddl relationships between tables could also be captured automatically.

@azimov azimov changed the title Create schema from DDL Create schema from DDL and define R6 Classes/Objects that map to data models Aug 26, 2022
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

1 participant