sql¶
|
Represent an entry in a SQLite database. |
|
Interface class which wraps the sqlite3 module. |
|
Find sqlite data type which matches the type of val. |
|
fix_sqltype() applied to any sqltype in header |
|
Fix sqltype string. |
Return in-memory database for playing around. |
|
|
Create sqlite db filename (mode='w') or append to existing db (mode='a'). |
|
Convert a list lst of values of the same type (i.e. all floats) to a list of SQLEntry instances of the same column name key and sqltype (e.g. 'float'). |
|
|
|
Convert each entry in a list of lists ("matrix" = sql table) to an SQLEntry based on header. |