Files
neon/README.md
2021-03-30 03:22:07 +03:00

15 lines
272 B
Markdown

# Zenith
Zenith substitutes PostgreSQL storage layer and redistributes data across a cluster of nodes
## Running tests
```sh
git clone --recursive https://github.com/libzenith/zenith.git
./pgbuild.sh # builds postgres and installs it to ./tmp_install
cargo test
```