libuvpg
Async query engine
A system for executing asynchronous PostgreSQL queries using the libuv event loop.
Running async PostgreSQL queries on UV-loop. Powered by libpg and libuv.
0 stars
3 watching
0 forks
Language: C
last commit: almost 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
alaisi/postgres-async-driver | An asynchronous PostgreSQL driver that enables non-blocking queries and connections. | 289 |
mitchellh/libxev | A high-performance event loop library with cross-platform support and abstractions for non-blocking IO, timers, events, and more. | 2,141 |
darmie/linc_uv | A Haxe binding for the libuv asynchronous I/O library, enabling concurrent programming in Haxe projects. | 7 |
alexeyco/pig | A pgx wrapper that simplifies executing and scanning query results in PostgreSQL databases | 16 |
rootmos/libpquv | A C library that integrates the PostgreSQL client with the libuv event loop | 10 |
asonge/graphql | A tool that compiles GraphQL queries into native Elixir code, handling asynchronous requests and composing results. | 87 |
leosussan/fastapi-gino-arq-uvicorn | A high-performance async REST API framework with support for PostgreSQL and Redis. | 420 |
arp-g/async-elixir | A comprehensive resource for learning Elixir's concurrency features and asynchronous programming techniques | 161 |
aio-libs/aiopg | A library that allows asynchronous access to PostgreSQL databases using the asyncio framework. | 1,400 |
fertapric/async_with | An asynchronous version of Elixir's with function that resolves dependency graphs and executes clauses in the most performant way possible. | 157 |
damienbod/aspnetcorenlog | An ASP.NET Core application demonstrating configuration and usage of NLog with various logging targets including MS SQL Server, PostgreSQL, MySQL, and Elasticsearch. | 60 |
albertmeronyo/sparql2git | Tool to convert and manage SPARQL queries and their associated Linked Data APIs in a version-controlled environment | 6 |
giorgi/linqpad.queryplanvisualizer | Visualizes query execution plans and missing indexes for LINQPad queries | 400 |
enterprisedb/pldebugger | Provides an API for debugging pl/pgsql functions in PostgreSQL databases. | 71 |
cheatfate/asyncpg | A pure asynchronous PostgreSQL driver for the Nim programming language | 59 |