Skip to main content

write_table

Function write_table 

Source
pub fn write_table(
    path: &Path,
    ddl: &str,
    insert: &str,
    rows: &[Vec<Param>],
) -> Result<()>
Expand description

Create (ddl) and fill (insert, one parameter list per row) a store in one transaction.