UR::DataSource::Meta - Data source for the MetaDB
Contents
Description
UR::DataSource::Meta a datasource that contains all table/column meta data for the UR namespace itself.
Essentially the schema schema.
Get() Required Parameters
"namespace" or "data_source" are required parameters when calling get() on any MetaDB-sourced object
types.
perl v5.38.2 2024-06-15 UR::DataSource::Meta(3pm)
Inheritance
UR::DataSource::Meta is a subclass of UR::DataSource::SQLite
Name
UR::DataSource::Meta - Data source for the MetaDB
Synopsis
my $meta_table = UR::DataSource::RDBMS::Table->get(
table_name => 'DD_TABLE'
namespace => 'UR',
);
my @myapp_tables = UR::DataSource::RDBMS::Table->get(
namespace => 'MyApp',
);
