create_table_sql

function of dascore.io.index.schema source

create_table_sql(
    name: str ,
    columns: collections.abc.Mapping[str, str] ,
    constraints: tuple[str, …] = (),
)-> ‘str’

Return DDL for one table from logical column types.