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

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.

Awesome Lists containing this project

README

          

# SQLino

![](./img/intro.gif)

**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.
```