ciboulette2pg 0.1.3

Library to execute Ciboulette query to Postgres and build responses back
Documentation
1
2
3
4
5
6
7
8
9
10
11
version: '3.1'

services:
  postgres:
    image: postgres
    command: ["postgres", "-c", "log_statement=all"]
    restart: always
    ports:
      - 127.0.0.1:5432:5432
    environment:
      POSTGRES_PASSWORD: postgres