All Projects → PyGreSQL → PyGreSQL

PyGreSQL / PyGreSQL

Licence: other
The official PyGreSQL repository

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to PyGreSQL

leveldb-jna
Java JNA (not JNI) adapter for LevelDB
Stars: ✭ 21 (-27.59%)
Mutual labels:  database-adapter
ruby-c-extension-examples
Ruby C extension examples
Stars: ✭ 44 (+51.72%)
Mutual labels:  c-extension
feathers-solr
Feathersjs Solr Client
Stars: ✭ 29 (+0%)
Mutual labels:  database-adapter
py-lz4framed
LZ4-frame library for Python (via C bindings)
Stars: ✭ 42 (+44.83%)
Mutual labels:  c-extension
pgwire
PostgreSQL client library for Deno and Node.js that exposes all features of wire protocol.
Stars: ✭ 56 (+93.1%)
Mutual labels:  libpq
python-whirlpool
Python wrapper extension for C Whirlpool digest reference implementation.
Stars: ✭ 18 (-37.93%)
Mutual labels:  c-extension
garuda
Automagically Exposing Django ORM over gRPC for microservices written in any other languages
Stars: ✭ 22 (-24.14%)
Mutual labels:  database-adapter
Node Mysql2
⚡ fast mysqljs/mysql compatible mysql driver for node.js
Stars: ✭ 2,768 (+9444.83%)
Mutual labels:  database-adapter
Fortune
Non-native graph database abstraction layer for Node.js and web browsers.
Stars: ✭ 1,427 (+4820.69%)
Mutual labels:  database-adapter
pymgclient
Python Memgraph Client
Stars: ✭ 30 (+3.45%)
Mutual labels:  database-adapter
moleculer-db
🔋 Database access service mixins for Moleculer
Stars: ✭ 117 (+303.45%)
Mutual labels:  database-adapter
database-adapter
Database adapter for PHP-Casbin, Casbin is a powerful and efficient open-source access control library.
Stars: ✭ 21 (-27.59%)
Mutual labels:  database-adapter
ruby-magic
Simple interface to libmagic for Ruby Programming Language
Stars: ✭ 23 (-20.69%)
Mutual labels:  c-extension
fastnumbers
Super-fast and clean conversions to numbers.
Stars: ✭ 85 (+193.1%)
Mutual labels:  c-extension
Node Postgres
PostgreSQL client for node.js.
Stars: ✭ 10,061 (+34593.1%)
Mutual labels:  libpq
dpq2
This is yet another attempt to create a good interface to PostgreSQL for the D programming language.
Stars: ✭ 56 (+93.1%)
Mutual labels:  libpq
ext-pq
PostgreSQL client library (libpq) binding
Stars: ✭ 33 (+13.79%)
Mutual labels:  libpq
libpq.framework
An XCode project to compile your own libpq.framework for iOS 11.x
Stars: ✭ 27 (-6.9%)
Mutual labels:  libpq
pg async.rs
Asynchronous, HA (master-master) PostgreSQL driver on top of libpq.
Stars: ✭ 40 (+37.93%)
Mutual labels:  libpq

PyGreSQL - Python interface for PostgreSQL

PyGreSQL is a Python module that interfaces to a PostgreSQL database. It wraps the lower level C API library libpq to allow easy use of the powerful PostgreSQL features from Python.

PyGreSQL should run on most platforms where PostgreSQL and Python is running. It is based on the PyGres95 code written by Pascal Andre. D'Arcy ([email protected]) renamed it to PyGreSQL starting with version 2.0 and serves as the "BDFL" of PyGreSQL. Starting with version 5.0, PyGreSQL also supports Python 3.

Installation

The simplest way to install PyGreSQL is to type:

$ pip install PyGreSQL

For other ways of installing PyGreSQL and requirements, see the documentation.

Documentation

The documentation is available at pygresql.org.

At mirror of the documentation can be found at pygresql.readthedocs.io.

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].