sqlorm 0.4.8

An ergonomic and type-safe ORM for database interactions
Documentation
1
2
3
4
5
6
7
8
services:
  test-db:
    image: postgres:latest
    environment:
      POSTGRES_USER: test
      POSTGRES_PASSWORD: test
    ports:
      - "5432:5432"