queries
Database client library
A Python library that simplifies access to PostgreSQL databases by providing an easy-to-use API and features like connection pooling.
PostgreSQL database access simplified
256 stars
10 watching
34 forks
Language: Python
last commit: about 3 years ago
Linked from 1 awesome list
hacktober
Related projects:
Repository | Description | Stars |
---|---|---|
haskellari/postgresql-simple | A Haskell client library providing a simple interface to PostgreSQL databases. | 88 |
lpsmith/postgresql-simple | A Haskell client library for interacting with PostgreSQL databases. | 206 |
royaltm/ruby-em-pg-client | An asynchronous PostgreSQL client library for Ruby that provides a connection interface with EventMachine support. | 59 |
svenvc/p3 | A PostgreSQL client library for Pharo that provides an easy-to-use interface for interacting with a database. | 75 |
pszturmaj/ddb | A D programming language client library for interacting with PostgreSQL databases. | 39 |
epgsql/epgsql | A client library for interacting with PostgreSQL databases in Erlang. | 417 |
ged/ruby-pg | A PostgreSQL interface library for Ruby | 796 |
stephenafamo/bob | A toolset providing a query builder and ORM/Factory generator for databases using Go. | 793 |
rocketlaunchr/dbq | A Go library providing a convenient and lightweight way to perform database operations without boilerplate code. | 406 |
postgres-haskell/postgres-wire | A Haskell driver for interacting with PostgreSQL databases using the native binary protocol. | 64 |
tomoakin/rpostgresql | A C library that provides an R interface to PostgreSQL | 64 |
alexeyco/pig | A pgx wrapper that simplifies executing and scanning query results in PostgreSQL databases | 16 |
pganalyze/libpg_query | A C library that parses and analyzes PostgreSQL queries to extract internal parse trees | 1,210 |
datawan-labs/pg | A client-side PostgreSQL app with a query playground and ERD schema generator for learning and development purposes | 349 |
r-dbi/rpostgres | An R interface to PostgreSQL database | 334 |