Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 2.62 KB

File metadata and controls

57 lines (34 loc) · 2.62 KB

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 git@github.com: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