mirror of https://github.com/yandex/odyssey.git
08c22a085d | ||
---|---|---|
cmake | ||
lib | ||
src | ||
.gitignore | ||
.gitmodules | ||
AUTHORS | ||
CMakeLists.txt | ||
LICENSE | ||
README.md | ||
odissey.conf |
README.md
odissey
PostgreSQL connection pooler and request router.
build instructions
git clone --recursive git://github.yandex-team.ru/pmwkaa/odissey.git
cd odissey
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
WIP