UR::DataSource::Meta(3pm) | User Contributed Perl Documentation | UR::DataSource::Meta(3pm) |
UR::DataSource::Meta - Data source for the MetaDB
my $meta_table = UR::DataSource::RDBMS::Table->get( table_name => 'DD_TABLE' namespace => 'UR', ); my @myapp_tables = UR::DataSource::RDBMS::Table->get( namespace => 'MyApp', );
UR::DataSource::Meta a datasource that contains all table/column meta data for the UR namespace itself. Essentially the schema schema.
UR::DataSource::Meta is a subclass of UR::DataSource::SQLite
"namespace" or "data_source" are required parameters when calling "get()" on any MetaDB-sourced object types.
2022-01-17 | perl v5.32.1 |