Skip to content

ShZh-Playground/tiny-SQL

Repository files navigation

Tiny SQL

issues Size license

Shabby implementation of relational database.

Prerequisite

Support

Windows
Windows
Linux
Linux
MacOS
MacOS
iOS
iOS
Android
Android

Installation

We carefully prepared cross-platform installation script, which hide the complex underlying details of the common building workflow powered by CMake.

git clone [email protected]:ShZh-Playground/tiny-SQL.git

# Linux or Mac
./script/install
# Windows
python ./script/install.py

Then you will get a executable file named tinyDB (on Unix-like system)or tinyDB.exe(on Windows) in your generated ./bin directory. Type it in your shell to start a tinyDB process.

Quick Start

License

MIT License

Copyright (c) 2021 sh-zh-7