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

https://github.com/chaiwat20180/mysqltools

The web application for my work so... suck my logic
https://github.com/chaiwat20180/mysqltools

bootstrap html javascript jquery sql

Last synced: about 2 months ago
JSON representation

The web application for my work so... suck my logic

Awesome Lists containing this project

README

          

# MySQLTools



For WHERE with IN xD

## Try to use
- [👉 Click ](https://chaiwat20180.github.io/MySQLTools)

## Features
- [x] Dark Mode
- [x] SELECT * FROM tbname WHERE IN .......
- [x] UPDATE tbname SET columnname = '0' WHERE columnname IN .......
- [x] INSERT INTO tbname VALUES('...')
- [x] [Manual Column Insert] INSERT INTO tbname('...','...') VALUES('...','...')
- [x] DELETE FROM tbname WHERE columnname IN ('...')
- [x] Support Enter and Comma Type
- [x] Support Delete , and ()

## Future Features
- [x] Add more new bug
- [ ] Add more new features



Preview



Sample Result