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
- Host: GitHub
- URL: https://github.com/chaiwat20180/mysqltools
- Owner: chaiwat20180
- Created: 2025-02-03T03:19:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T08:55:43.000Z (over 1 year ago)
- Last Synced: 2025-02-11T09:50:53.746Z (over 1 year ago)
- Topics: bootstrap, html, javascript, jquery, sql
- Language: HTML
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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