Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. 9 lut 2010 · Learn how to use Psycopg, the most popular PostgreSQL database adapter for Python, with complete DB API 2.0 implementation and thread safety. Find installation instructions, module usage, exceptions, extensions, and more.

    • Psycopg

      Psycopg is released under the terms of the GNU Lesser...

    • server-side

      Transactions control¶. In Psycopg transactions are handled...

    • asynchronous communication

      More advanced topics¶ Connection and cursor factories¶....

    • Errorcodes

      © 2001-2021, Federico Di Gregorio, Daniele Varrazzo, The...

    • Psycopg2.Pool

      psycopg2.pool – Connections pooling¶ Creating new PostgreSQL...

    • Psycopg2.Extensions

      psycopg2.extensions. encrypt_password (password, user, ......

    • Psycopg2.SQL

      class psycopg2.sql. SQL (string) ¶ A Composable representing...

    • The Cursor Class

      The cursor class¶ class cursor ¶. Allows Python code to...

  2. 9 lut 2010 · The psycopg2 module content ¶. The module interface respects the standard defined in the DB API 2.0. psycopg2.connect(dsn=None, connection_factory=None, cursor_factory=None, async=False, \*\*kwargs) ¶. Create a new database session and return a new connection object.

  3. 9 lut 2010 · class psycopg2.sql. SQL (string) ¶ A Composable representing a snippet of SQL statement. SQL exposes join() and format() methods useful to create a template where to merge variable parts of a query (for instance field or table names).

  4. pypi.org › project › psycopg2psycopg2 - PyPI

    Psycopg is the most popular PostgreSQL database adapter for Python. Documentation is included in the doc directory and is available online, as well as installation instructions and project details.

  5. 17 lip 2023 · Learn how to use Psycopg2, a popular Python driver for PostgreSQL, with this tutorial. It covers basic installation, connection, queries, cursors, transactions and dictionaries.

  6. psycopg2 - Python-PostgreSQL Database Adapter. 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 was designed for heavily multi-threaded ...

  7. In version 2.7.x, pip install psycopg2 would have tried to install automatically the binary package of Psy-copg. Because of concurrency problems binary packages have displayed, psycopg2-binaryhas become a separate package, and from 2.8 it has become the only way to install the binary package.

  1. Ludzie szukają również