luapgsql
Database interface
A C-based library that allows Lua code to interact with PostgreSQL databases
Lua binding for PostgreSQL
112 stars
19 watching
24 forks
Language: C
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
azurewang/lua-resty-postgres | A nonblocking Lua driver library for interacting with PostgreSQL databases in high-performance web applications. | 64 |
luaposix/luaposix | A C library providing bindings to POSIX APIs for use with LuaJIT and other Lua implementations. | 535 |
leafo/pgmoon | A PostgreSQL client library written in pure Lua that provides an asynchronous connection to the database. | 395 |
daurnimator/lua-psl | A Lua library providing bindings to the Public Suffix List (PSL) library. | 9 |
roddyyaga/pg_query-ocaml | A C-based OCaml library for parsing PostgreSQL queries | 17 |
clementfarabet/lua---opengm | Provides Lua bindings for a C++ graphical modeling and inference library | 8 |
mpeterv/argparse | A feature-rich command line parser for Lua | 260 |
arenadotio/pgx | A pure OCaml PostgreSQL client library with support for asynchronous and lightweight operations | 122 |
redislabs/geo.lua | A Lua library providing geospatial functionality for Redis | 146 |
canopytax/asyncpgsa | A library that wraps asyncpg to enable use with SQLAlchemy | 417 |
lua-stdlib/lua-stdlib | A collection of standard Lua libraries for various versions of the Lua programming language. | 289 |
pygy/lulpeg | A Lua implementation of a Parsing Expression Grammar library | 251 |
askyrme/luaproc | A library that enables concurrent programming in Lua by providing support for coroutines and message passing between independent processes. | 118 |
rootmos/libpquv | A C library that integrates the PostgreSQL client with the libuv event loop | 10 |
stac-utils/stac-fastapi-pgstac | Provides an interface to access and manipulate STAC data using the FastAPI framework. | 53 |