https://github.com/ziyue-pan/sqlino
Tiny SQL system supporting partially compatible operations with MySQL. With user-friendly console interface and execution result display.
https://github.com/ziyue-pan/sqlino
mysql sql
Last synced: 2 months ago
JSON representation
Tiny SQL system supporting partially compatible operations with MySQL. With user-friendly console interface and execution result display.
- Host: GitHub
- URL: https://github.com/ziyue-pan/sqlino
- Owner: ziyue-pan
- License: mit
- Created: 2020-06-12T04:02:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T07:52:45.000Z (about 5 years ago)
- Last Synced: 2025-05-31T15:31:04.787Z (about 1 year ago)
- Topics: mysql, sql
- Language: Java
- Homepage: https://github.com/PAN-Ziyue/SQLino/wiki
- Size: 8.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQLino

**SQLino** is a tiny database engine supporting partial MySQL-like operations:
- CREATE TABLE
- CREATE INDEX
- SELECT
- DELETE
- DROP INDEX
- DROP TABLE
- EXECUTE FILE
## Build
```
open the project directory as project by intellj IDEA, build and run.
```