FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

testcontainers-python/docs/modules/postgres.md at main · DhavalGojiya/testcontainers-python · GitHub

Latest commit

 

History

History
23 lines (13 loc) · 595 Bytes

File metadata and controls

23 lines (13 loc) · 595 Bytes

PostgreSQL

Since testcontainers-python :material-tag: v4.6.0

Introduction

The Testcontainers module for PostgreSQL.

Adding this module to your project dependencies

Please run the following command to add the PostgreSQL module to your python dependencies:

pip install testcontainers[postgres] sqlalchemy psycopg2

Usage example

Creating a PostgreSQL container


Back | FazBrowse Home | New Git URL