An open API service indexing awesome lists of open source software.

https://github.com/daurnimator/cqueues-pgsql

luapgsql with cqueues for non-blocking postgres queries
https://github.com/daurnimator/cqueues-pgsql

cqueues lua postgresql

Last synced: 2 months ago
JSON representation

luapgsql with cqueues for non-blocking postgres queries

Awesome Lists containing this project

README

        

A wrapper around [luapgsql](https://github.com/arcapos/luapgsql) that uses [cqueues](http://25thandclement.com/~william/projects/cqueues.html)

When used within a cqueues event loop your postgres operations will be non-blocking!

This library tries to match the luapgsql API exactly.

Compatible with Lua 5.1 (and LuaJIT), 5.2 and 5.3.