Skip to content

Bi-Coloured-Python-Rock-Snake/pgbackend

Repository files navigation

pgbackend

This is an async postgresql backend for django using the psycopg driver.

kitchen is a simple django app for testing.

How to test kitchen:

poetry install

Then run the ASGI application:

uvicorn proj.asgi:application --port 8000

Endpoints:

GET http://localhost:8000/connect/ - to connect by websocket

GET http://localhost:8000/ - to make an order

./manage.py makemigrations --check - console utilities

About

psycopg backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published