Skip to content

ellwould/table-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table View

A simple Go program to retrieve and view meta information about tables inside various MySQL databases.

Easy install with 1 shell script (install-tableview.sh)

Wrote for GNU/Linux (Ubuntu 24.04)

Listens on IPv4 and IPv6

View demo of Table View at: https://table.ell.today


Adding Self Signed Certificates:

  • cp [CA certificate for MariaDB Server] /usr/local/share/ca-certificates/;

  • update-ca-certificates;


Default drop down:

image


Selecting a database:

image


List of tables inside the database selected:

image


Filtering a table:

image


Note

For a list of abbreviations and there meanings used throughout this repository please refer to this README

About

A simple Go program to retrieve and view meta information about tables inside various MySQL databases.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published