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
- Host: GitHub
- URL: https://github.com/daurnimator/cqueues-pgsql
- Owner: daurnimator
- License: mit
- Created: 2014-10-19T07:43:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-28T15:39:20.000Z (almost 9 years ago)
- Last Synced: 2025-03-29T02:51:29.082Z (3 months ago)
- Topics: cqueues, lua, postgresql
- Language: Lua
- Size: 43.9 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.