Skip to content

Commit 6b3563f

Browse files
committed
chore: update artifacthub-pkg.yaml
1 parent 44476ec commit 6b3563f

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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 numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

0 commit comments

Comments
 (0)