nanopool 1.2.0

A tiny database connection pooling library for PostgreSQL
Documentation
1
2
3
4
5
6
7
8
9
services:
  postgres:
    image: postgres:18
    environment:
      POSTGRES_PASSWORD: postgres
    ports:
      - target: 5432
        published: 5432
        mode: host