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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: