Skip to content

Tabliser.py - a class to get a list of tables and column names from an SQLite3 file and display them in HTML.

Notifications You must be signed in to change notification settings

kevinmcaleer/Tabliser

Repository files navigation

Tabliser.py

a python program for generating web based tables from databases

Psuedo

  • 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)

About

Tabliser.py - a class to get a list of tables and column names from an SQLite3 file and display them in HTML.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published