
Redirected from
github.com/sqlc-dev/sqlc-gen-python.
module
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Jun 21, 2023
License: MIT
Opens a new window with license information.
README
¶
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
Directories
¶
Click to show internal directories.
Click to hide internal directories.