irradiapy.utils.sqlite

sqlite3 utilities.

Functions

delete_all_arrays(path_db)

Drop the arrays table from the database.

delete_array(path_db, name)

Delete an array from the arrays table.

insert_array(path_db, name, **kargs)

Insert or update an array in the arrays table.

read_array(path_db, name)

Read an array from the arrays table.