All Projects → m6w6 → ext-pq

m6w6 / ext-pq

Licence: BSD-2-Clause license
PostgreSQL client library (libpq) binding

Programming Languages

c
50402 projects - #5 most used programming language
PHP
23972 projects - #3 most used programming language
M4
1887 projects

Projects that are alternatives of or similar to ext-pq

pg async.rs
Asynchronous, HA (master-master) PostgreSQL driver on top of libpq.
Stars: ✭ 40 (+21.21%)
Mutual labels:  asynchronous, libpq
libpq.framework
An XCode project to compile your own libpq.framework for iOS 11.x
Stars: ✭ 27 (-18.18%)
Mutual labels:  libpq
remoting
Jetlang Remoting - asynchronous distributed messaging
Stars: ✭ 27 (-18.18%)
Mutual labels:  asynchronous
CallofDuty.py
Asynchronous, object-oriented Python wrapper for the Call of Duty API.
Stars: ✭ 86 (+160.61%)
Mutual labels:  asynchronous
RingBuffer
Classic ringbuffer with optional Stream interface
Stars: ✭ 53 (+60.61%)
Mutual labels:  asynchronous
steam-trade
An asynchronous, event based python steam trade lib
Stars: ✭ 15 (-54.55%)
Mutual labels:  asynchronous
react-cool-form
😎 📋 React hooks for forms state and validation, less code more performant.
Stars: ✭ 246 (+645.45%)
Mutual labels:  asynchronous
dynamic-home-example-flutter
How to use dynamic home page in Flutter?
Stars: ✭ 21 (-36.36%)
Mutual labels:  asynchronous
TgTwitterStreamer
Continous Integration from Twitter to Telegram.
Stars: ✭ 55 (+66.67%)
Mutual labels:  asynchronous
RxIo
Asynchronous non-blocking File Reader and Writer library for Java
Stars: ✭ 20 (-39.39%)
Mutual labels:  asynchronous
async
Asynchronous drain for slog-rs v2
Stars: ✭ 23 (-30.3%)
Mutual labels:  asynchronous
asyncio-socks-server
A SOCKS proxy server implemented with the powerful python cooperative concurrency framework asyncio.
Stars: ✭ 154 (+366.67%)
Mutual labels:  asynchronous
pharext
Distribute your PHP extension as self-installing phar executable
Stars: ✭ 57 (+72.73%)
Mutual labels:  pecl
TaskManager
A C++14 Task Manager / Scheduler
Stars: ✭ 81 (+145.45%)
Mutual labels:  asynchronous
future.callr
🚀 R package future.callr: A Future API for Parallel Processing using 'callr'
Stars: ✭ 52 (+57.58%)
Mutual labels:  asynchronous
aioconnectors
Simple secure asynchronous message queue
Stars: ✭ 17 (-48.48%)
Mutual labels:  asynchronous
AppListManager
📱 AppListManager (Android Library) makes managing application and activity lists easy.
Stars: ✭ 59 (+78.79%)
Mutual labels:  asynchronous
iguazu-graphql
✨ Iguazu GraphQL is a plugin for the Iguazu ecosystem that allows for GraphQL requests backed by a simple cache.
Stars: ✭ 17 (-48.48%)
Mutual labels:  asynchronous
twjitm-core
采用Netty信息加载实现长连接实时通讯系统,客户端可以值任何场景,支持实时http通讯、webSocket通讯、tcp协议通讯、和udp协议通讯、广播协议等 通过http协议,rpc协议。 采用自定义网络数据包结构, 实现自定义网络栈。
Stars: ✭ 98 (+196.97%)
Mutual labels:  asynchronous
rails async migrations
Asynchronous support for ActiveRecord::Migration
Stars: ✭ 56 (+69.7%)
Mutual labels:  asynchronous

pecl/pq

Build Status codecov

About:

This is a modern binding to the mature libpq, the official PostgreSQL C-client library.

Highlights:

Documentation

See the online markdown reference.

Known issues are listed in BUGS and future ideas can be found in TODO.

Install

PECL

pecl install pq

PHARext

Watch out for PECL replicates and pharext packages attached to releases.

Checkout

git clone github.com:m6w6/ext-pq
cd ext-pq
/path/to/phpize
./configure --with-php-config=/path/to/php-config
make
sudo make install

Dependencies:

This extension unconditionally depends on the pre-loaded presence of the following PHP extensions:

It optionally depends on the following extensions:

ChangeLog

A comprehensive list of changes can be obtained from the PECL website.

License

ext-pq is licensed under the 2-Clause-BSD license, which can be found in the accompanying LICENSE file.

Contributing

All forms of contribution are welcome! Please see the bundled CONTRIBUTING note for the general principles followed.

The list of past and current contributors is maintained in THANKS.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].