jade.utils.sql

Functions

insert_rows(db_file, table, rows)

Insert a list of rows into the database table.

make_table(db_file, table, row[, primary_key])

Create a table in the database based on the types in row.