https://github.com/taufik-nurrohman/table-manager
This is a SQLite database management system initiation to help me in creating database feature for Mecha.
https://github.com/taufik-nurrohman/table-manager
database manager sqlite sqlite3 table tiny
Last synced: about 2 months ago
JSON representation
This is a SQLite database management system initiation to help me in creating database feature for Mecha.
- Host: GitHub
- URL: https://github.com/taufik-nurrohman/table-manager
- Owner: taufik-nurrohman
- License: gpl-3.0
- Created: 2021-12-12T17:14:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-22T13:38:25.000Z (over 4 years ago)
- Last Synced: 2025-10-27T22:35:38.093Z (8 months ago)
- Topics: database, manager, sqlite, sqlite3, table, tiny
- Language: PHP
- Homepage:
- Size: 5.59 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Table Manager
=============
> This is a SQLite database management system initiation to help me in creating database feature for [Mecha](https://github.com/mecha-cms).



Features
--------
- [ ] Filter rows.
- [x] Add column.
- [x] Color preview.
- [x] Create table.
- [x] Delete row.
- [x] Drop column.
- [x] Drop table.
- [x] Image preview.
- [x] Insert row.
- [x] Paginate rows.
- [x] Rename column.
- [x] Rename table.
- [x] Update row.
- [x] View (select) table.
- [x] View (select) tables.