mcpuniverse / sqlc.yaml
haochengsama's picture
Add files using upload-large-folder tool
86acc45 verified
Raw
History Blame Contribute Delete
508 Bytes
version: "2"
plugins:
- name: py
wasm:
url: https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.3.0.wasm
sha256: fbedae96b5ecae2380a70fb5b925fd4bff58a6cfb1f3140375d098fbab7b3a3c
sql:
- schema: "mcpuniverse/app/db/migration"
queries: "mcpuniverse/app/db/query"
engine: postgresql
codegen:
- out: "mcpuniverse/app/db/sqlc"
plugin: py
options:
package: "mcpuniverse.app.db.sqlc"
emit_sync_querier: true
emit_async_querier: true