azuline / sqlc-gen-python-psycopg

psycopg fork b/c i find sqlalchemy extraordinarily confusing to work with

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

version: '2'
plugins:
- name: py
  wasm:
    url: https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.0.0.wasm
    sha256: "FIXME"
sql:
- schema: "schema.sql"
  queries: "query.sql"
  engine: postgresql
  codegen:
  - out: src/authors
    plugin: py
    options:
      package: authors
      emit_sync_querier: true
      emit_async_querier: true

About

psycopg fork b/c i find sqlalchemy extraordinarily confusing to work with

License:MIT License


Languages

Language:Go 99.5%Language:Makefile 0.5%