Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sqlc-dev/sqlc-gen-python
https://github.com/sqlc-dev/sqlc-gen-python
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/sqlc-dev/sqlc-gen-python
- Owner: sqlc-dev
- License: mit
- Created: 2022-10-09T18:59:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T19:56:30.000Z (3 months ago)
- Last Synced: 2024-11-07T06:38:10.429Z (8 days ago)
- Language: Go
- Size: 106 KB
- Stars: 153
- Watchers: 4
- Forks: 19
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Usage
```yaml
version: '2'
plugins:
- name: py
wasm:
url: https://downloads.sqlc.dev/plugin/sqlc-gen-python_1.2.0.wasm
sha256: a6c5d174c407007c3717eea36ff0882744346e6ba991f92f71d6ab2895204c0e
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
```