a python program for generating web based tables from databases
- connect to database database file
- get list of tables from database
- get list of columns from a table (and the types)
- draw table headers
- loop through each row until page limit is hit
- draw pagination (rows / rows_per_page)