Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-22T13:38:25.000Z (almost 3 years ago)
- Last Synced: 2024-05-02T00:23:54.878Z (7 months ago)
- Topics: database, manager, sqlite, sqlite3, table, tiny
- Language: PHP
- Homepage:
- Size: 5.59 MB
- Stars: 3
- 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).
![1](1.png)
![2](2.png)
![3](3.png)
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.