Skip to content

Commit b2f0fe2

Browse files
author
Voldrix
committed
add screenshots
1 parent fdef60f commit b2f0fe2

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.github/screen1.png

14.7 KB
Loading

.github/screen2.png

74.7 KB
Loading

.github/screen3.png

148 KB
Loading

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,29 @@
22
A single page, ultra minimalist, read-only database table viewer. Written in PHP for MySQL / MariaDB databases.
33

44
## Description
5-
Other database tools like Adminer / PHPMyAdmin are great for when you need control over your databases. But if you just need to view the contents of your databases, their UI can be a bit bulky for that.
5+
Other database tools like Adminer / PHPMyAdmin are great for when you need control over your databases. But if you just need to view the contents of your databases, their UI can be a bit bulky for that.\
66
This interface is designed to use your whole viewing window for the actual contents of your databases.
77

88
## Usage
9-
The welcome screen will display only a list of database is you have added.
9+
The welcome screen will display only a list of databases you have added.
1010
To add a new database, hover your cursor at the bottom of the screen.
1111
- If hostname is left blank, it will default to localhost.
1212
- The 'private' toggle switch will set a cookie that makes that database only viewable to you. Otherwise anyone who visits this page can see it. This is denoted by a lock icon next to it in the database list.
13-
Remove a database by clicking on it, then clicking the trash icon in the top right
14-
15-
Click on a table name header to pull and display its contents below.
16-
Click on a column header to sort the table client-side.
17-
Right-click (long press on mobile) on a column header to have the database sort the table server-side.
13+
- Remove a database by clicking on it, then clicking the trash icon in the top right.
14+
Click on a table name header to pull and display that table below.\
15+
Click on a table's column header to sort the table client-side.\
16+
Right-click (long press on mobile) on a column header to have the database sort the table server-side.\
1817
Hover over the database name to see the user and hostname.
1918

2019
The database credential cache is stored in /tmp/MyTableViewer and is readable (0600) only to your webserver user (e.g. www-data).
2120

21+
![screen1](.github/screen1.png) ![screen2](.github/screen2.png) ![screen3](.github/screen3.png)
22+
2223
### Releases
23-
There are no releases since there is nothing to assemble. The code in the page is ready to go. If releases make it easier to download, I can create them, just let me know.
24+
There is no code to assemble, so the release is just [MyTableViewer.php](MyTableViewer.php)
2425

2526
## Contributing
26-
This is my first ever open source project, and I am not primarily a developer. You are very welcome to contribute, but please be patient while I get the hang of this.
27+
This is my first open source project, and I am not primarily a developer, so you are welcome to contribute, but please be patient while I get the hang of this.\
2728
The code is also as minimalistic as possible, so you should be able to easily make any changes that might be unique to your preference.
2829

2930
## License

0 commit comments

Comments
 (0)