https://github.com/zz-jason/hysql
HySQL, a SQL layer for hybrid workload and storages.
https://github.com/zz-jason/hysql
Last synced: about 2 months ago
JSON representation
HySQL, a SQL layer for hybrid workload and storages.
- Host: GitHub
- URL: https://github.com/zz-jason/hysql
- Owner: zz-jason
- License: apache-2.0
- Created: 2022-04-29T07:48:17.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T08:32:01.000Z (about 3 years ago)
- Last Synced: 2024-12-24T16:14:09.989Z (6 months ago)
- Language: C++
- Size: 16.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HySQL
HySQL ("Hi! SQL") is a SQL layer for hybrid workload and storages.
## Quick Start
TODO
## Getting Help
TODO
## How to Contribute
Build from source:
```sh
cmake -S . -B build
cd build
make -j16
```## License
HySQL is under the Apache 2.0 license. See the [LICENSE](./LICENSE) file for details.