初識psycopg In Python on PostgreSQL

quantLearner發表於2020-12-25
  • PostgreSQL

    PostgreSQL is a powerful, open source object-relational database system with over 30 year of active development that has earned it a strong reputation for reliability, feature robustness, and performance.

  • psycopg

    Psycopg is the most popular PostgreSQL adapter for the Python.

    Its core is a complete implementation of the Python DB API 2.0 specifications.

    It is a wrapper for the libpq, the official PostgreSQL client library.

相關文章