File tree 2 files changed +33
-0
lines changed
.integration/artifacthub/sqlc/0.0.5
2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Introduction
2
+ This is a kcl module representing the schema of sqlc config ` sqlc.yaml `
3
+
4
+ sqlc compiles SQL to type-safe code.
5
+
6
+ You can find more information about sqlc here:
7
+ - https://sqlc.dev/
8
+ - https://github.com/sqlc-dev/sqlc
Original file line number Diff line number Diff line change
1
+ version : 0.0.5
2
+ name : sqlc
3
+ displayName : sqlc
4
+ createdAt : " 2025-05-03T07:37:08Z"
5
+ description : sqlc.dev schema config file
6
+ links :
7
+ - name : KCL homepage
8
+ url : https://kcl-lang.io/
9
+ - name : KCL repo
10
+ url : https://github.com/kcl-lang/kcl
11
+ install : |
12
+ #### Add `sqlc` with tag `0.0.5` as dependency
13
+ ```
14
+ kcl mod add sqlc:0.0.5
15
+ ```
16
+
17
+ #### Pull `sqlc` with tag `0.0.5` to local
18
+ ```
19
+ kcl mod pull sqlc:0.0.5
20
+ ```
21
+ maintainers :
22
+ - name : kcl-lang.io
23
+
24
+ provider :
25
+ name : kcl-lang.io
You can’t perform that action at this time.
0 commit comments