Scalable PostgreSQL connection pooler
Go to file
Dmitry Simonenko 9c1085cf83 flint: add mm_ioconnect file 2016-11-25 13:00:38 +03:00
example flint: untrack binary from vc 2016-11-17 15:53:00 +03:00
lib flint: reduce mm api 2016-11-24 16:08:41 +03:00
machinarium flint: add mm_ioconnect file 2016-11-25 13:00:38 +03:00
tests flint: rename test files 2016-11-25 12:56:41 +03:00
.gitignore flint: update .gitignore file 2016-11-25 12:53:55 +03:00
AUTHORS flint: corrections in AUTHORS file 2016-11-10 13:28:00 +03:00
LICENSE fluent: add AUTHORS and LICENSE files 2016-11-08 14:42:47 +03:00
README.md flint: update README.md 2016-11-24 15:40:12 +03:00
makefile flint: update makefile 2016-11-24 15:47:08 +03:00

README.md

flint

Fast cooperative multitasking engine library built on top of libuv.

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

WIP