Function create_table

Source
pub fn create_table(
    db_path: &str,
    table_name: &str,
    columns: &str,
) -> Result<()>
Expand description

Create a new table in the connected database with enhanced validation