odyssey/README.md

18 lines
245 B
Markdown
Raw Normal View History

2016-11-07 09:49:42 +00:00
2016-11-08 11:01:55 +00:00
**odissey**
PostgreSQL connection pooler and request router.
**build instructions**
```sh
git clone --recursive git://github.yandex-team.ru/pmwkaa/odissey.git
cd odissey
mkdir build
cd build
2017-02-07 15:58:26 +00:00
cmake -DCMAKE_BUILD_TYPE=Release ..
make
```
WIP