python-psycopg2

Psycopg is the most popular PostgreSQL adapter for the Python programming language. At its core it fully implements the ...

python-psycopg2

Psycopg is the most popular PostgreSQL adapter for the Python programming language. At its core it fully implements the Python DB API 2.0 specifications. Several extensions allow access to many of the features offered by PostgreSQL. Psycopg is released un,Psycopg is the most popular PostgreSQL database adapter for the Python programming language. Its main features are the complete implementation of the Python DB API 2.0 specification and the thread safety (several threads can share the same connection). It

相關軟體 PostgreSQL 資訊

PostgreSQL
PostgreSQL 是一個跨平台的對象關係型數據庫管理系統,自 1995 年首次發布以來,已經成長為國際知名的解決方案,可幫助管理員輕鬆創建,組織,管理和部署各種形狀和大小的項目數據庫。這當然包括對運行 SQL 查詢,觸發管理,屬性管理以及其他企業級數據庫管理系統當前正在使用的所有功能的全面控制。為使日常管理多個作業和項目組件的管理員更容易訪問,PostgreSQL 符合大多數 SQL 2008... PostgreSQL 軟體介紹

python-psycopg2 相關參考資料
psycopg2 2.7.4 : Python Package Index

psycopg2 - Python-PostgreSQL Database Adapter.

https://pypi.python.org

Psycopg: PostgreSQL + Python

Psycopg is the most popular PostgreSQL adapter for the Python programming language. At its core it fully implements the Python DB API 2.0 specifications. Several extensions allow access to many of the...

http://initd.org

Psycopg – PostgreSQL database adapter for Python — Psycopg 2.7.5 ...

Psycopg is the most popular PostgreSQL database adapter for the Python programming language. Its main features are the complete implementation of the Python DB API 2.0 specification and the thread saf...

http://initd.org

Introduction — Psycopg 2.7.5.dev0 documentation

export PATH=/usr/lib/postgresql/X.Y/bin/:$PATH. You only need pg_config to compile psycopg2 , not for its regular usage. Once everything is in place it's just a matter of running the standard: $ p...

http://initd.org

The psycopg2 module content — Psycopg 2.7.5.dev0 documentation

It is a subclass of the Python StandardError . exception psycopg2. Error ¶. Exception that is the base class of all other error exceptions. You can use this to catch all errors with one single except ...

http://initd.org

Download - Psycopg

Python adapter for PostgreSQL. ... On PyPI. Since version 2.7 psycopg2 is available on PyPI as a self-contained wheels package. You can just use: pip install -U pip # make sure to have an up-to-date p...

http://initd.org

Basic module usage — Psycopg 2.7.5.dev0 documentation

The mapping is fairly customizable: see Adapting new Python types to SQL syntax and Type casting of SQL types into Python objects. You can also find a few other specialized adapters in the psycopg2.e...

http://initd.org

PostgreSQL連接Python - PostgreSQL基礎教程 - 極客書

安裝PostgreSQL可以用Python psycopg2模塊集成。 sycopg2是Python編程語言的PostgreSQL數據庫的適配器。 其程序代碼少,速度快,穩定。不需要單獨安裝這個模塊,因為它默認情況下被運往隨著.

http://tw.gitbook.net

GitHub - psycopgpsycopg2: PostgreSQL database adapter for the ...

README.rst. psycopg2 - Python-PostgreSQL Database Adapter. Psycopg is the most popular PostgreSQL database adapter for the Python programming language. Its main features are the complete implementatio...

https://github.com

Psycopg2 Tutorial - PostgreSQL wiki

Nine times out of ten, when I am using Python, I am using the language to communicate with a PostgreSQL database. My driver of choice when doing so is called Psycopg. Recently Psycopg2 has been under...

https://wiki.postgresql.org