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

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.

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.