odyssey/README.md

18 lines
218 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
cmake ..
make
```
WIP