Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.