postgres-querybuilder 0.1.2

A simple tool to help you build your postgres queries easily
Documentation
1
2
3
4
5
6
7
8
9
version: "2.3"

services:
  database:
    image: postgres:12-alpine
    environment:
      POSTGRES_HOST_AUTH_METHOD: trust
    ports:
      - 5432:5432