How to install psycopg2
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install psycopg2
- Read the notes specific to this package.
psycopg2 is built against PostgreSQL 9.0.2
Depended by
- anybox.migration.openerp
- Aurora
- BaculaFS
- barman
- baruwa
- belt
- byCycleCore
- catsnap
- chimere
- clutchserver
- ctable
- dap.plugins.sql
- dataone.generic_member_node
- db-psycopg2
- dblayer
- django-db-pool
- django-leaflet-storage
- django-orm
- django-orm-extensions
- django-pgallery
- django-pgfields
- django-postgrespool
- django-postgresql
- django-redshift
- django-tenant-schemas
- django-timepiece
- django-toolbelt
- django-zodb
- dodai
- doppler
- ebpub
- ec2cluster
- Elephantoplasty
- elephunk
- Flask-MoreSQL
- Flask-Psycopg2
- gevent-psycopg2
- gocept.rdbmanagement
- gocept.testdb
- gtfsdb
- hidx
- hiero
- horus
- HTSQL
- HTSQL-PGSQL
- imposm
- imposm.geocoder
- ish
- isotoma.depends.zope2_13_8
- kotti_dkbase
- lovely.testlayers
- ltmo
- mapfish
- metriquec
- migranto
- molly
- Momoko
- Neptuno2
- newrelic_plugin_agent
- nucleon
- nydus
- oerpenv
- oops-tools
- peer
- penelope.core
- pg_activity
- pgbouncer
- pgmigrate
- pgsql_wrapper
- pgwrap
- pickup
- plpylint
- por.models
- postgres
- postgresfixture
- powerglove-dns
- psycogreen
- psycopg2-dateutils
- PubliForge
- py-mysql2pgsql
- pydap.handlers.sql
- Pyll
- pymadlib
- pypgwrap
- pyppi
- pyramid_restler
- Pyrseas
- redmine_migrator
- redshift-sqlalchemy
- Refugee
- RelStorage
- repoze.pgtextindex
- repozitory
- scrapy-heroku
- seantis.reservation
- sentry
- Shelley
- SimpleSite
- Simpycity
- slapos.recipe.maarch
- slc.clicktracker
- socialschools-cms
- spcControl
- sqlalchemy-citext
- SQLAlchemy-Defaults
- SQLAlchemy-Searchable
- SQLAlchemy-Utils
- sqlpython
- Stetl
- stock-tweets
- Studio
- tendenci
- Terms
- tiddlywebplugins.postgresql
- tilecloud-chain
- tinman
- trumpet
- trunk
- trytond
- tusk
- vr
- vr.server
- warehouse
- WTForms-Alchemy
- yoyo-migrations
- zumanji
Lastest release
psycopg2 is a PostgreSQL database adapter for the Python programming language. psycopg2 was written with the aim of being very small and fast, and stable as a rock.
psycopg2 is different from the other database adapter because it was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a conspicuous number of concurrent INSERTs or UPDATEs. psycopg2 also provide full asynchronous operations and support for coroutine libraries.