Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins:
- name: csharp
wasm:
url: https://github.com/DaredevilOSS/sqlc-gen-csharp/releases/download/v0.23.0/sqlc-gen-csharp.wasm
sha256: 908fad28684df51cfc4d60a76f0c870e72a240fb84c1d01f53c39a74ba9bb9ea
sha256: 84b7ff57460b3b62a6a49b8593f2b40aeb42b9c6c5c8c0e667ae813a2b6adb99
sql:
# For PostgresSQL
- schema: schema.sql
Expand Down
2 changes: 1 addition & 1 deletion docs/02_Quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins:
- name: csharp
wasm:
url: https://github.com/DaredevilOSS/sqlc-gen-csharp/releases/download/v0.23.0/sqlc-gen-csharp.wasm
sha256: 908fad28684df51cfc4d60a76f0c870e72a240fb84c1d01f53c39a74ba9bb9ea
sha256: 84b7ff57460b3b62a6a49b8593f2b40aeb42b9c6c5c8c0e667ae813a2b6adb99
sql:
# For PostgresSQL
- schema: schema.sql
Expand Down