A basic sqlite table wrapper for python. Python class to keep records in an sqlite table. Tries to be fast, thin and easy to use. No need to predefine a schema. Works in both python2 and python3. Automatically creates sqlite table and adds columns as your records use them.