Function create_base_tables

Source
pub(super) async fn create_base_tables(
    testdata: &str,
    client: &Client,
) -> Result<Vec<Table>>
Expand description

Create the tables defined in testdata, along with some mviews. TODO: Generate indexes and sinks.