Skip to content

binidxaba/pgmq-with-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Using pgmq with Python

This repository contains a couple of scripts to demonstrate how to use pgmq with Python.

Running the scripts

Start a pgmq docker container:

docker run -d --name postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 quay.io/tembo/pgmq-pg:latest

Install the pgmq library with pip:

pip install tembo-pgmq-python

Run the scripts:

sh ./run_test.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors