Scalable PostgreSQL connection pooler
Go to file
Dmitry Simonenko fae1d60ae1 machinarium: support tls use with connected io 2017-03-31 13:51:02 +03:00
cmake machinarium: set proper flags for debug/release build 2017-02-07 18:00:27 +03:00
lib machinarium: do not use libtls 2017-03-24 16:19:48 +03:00
src machinarium: support tls use with connected io 2017-03-31 13:51:02 +03:00
tests machinarium: implement tls_client example 2017-03-30 15:18:54 +03:00
.gitignore machinarium: implement tls_client example 2017-03-30 15:18:54 +03:00
.gitmodules machinarium: integrate libuv submodule 2017-01-17 17:21:45 +03:00
AUTHORS machinarium: rename project 2016-11-25 14:45:20 +03:00
CMakeLists.txt machinarium: include OpenSSL into build; update tests 2017-03-24 16:50:23 +03:00
LICENSE fluent: add AUTHORS and LICENSE files 2016-11-08 14:42:47 +03:00
README.md machinarium: update README.md 2017-03-01 16:24:23 +03:00

README.md

machinarium

Fast cooperative multitasking library built on top of libuv and libcoro.

The library can be used to simplify programming of a complex
asynchronous applications.

WIP