Skip to content

Commit

Permalink
chore: update artifacthub-pkg.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 5, 2024
1 parent 7ee95e5 commit d6b8a0d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .integration/artifacthub/sqlc/0.0.4/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Introduction
This is a kcl module representing the schema of sqlc config `sqlc.yaml`

sqlc compiles SQL to type-safe code.

You can find more information about sqlc here:
- https://sqlc.dev/
- https://github.com/sqlc-dev/sqlc
25 changes: 25 additions & 0 deletions .integration/artifacthub/sqlc/0.0.4/artifacthub-pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 0.0.4
name: sqlc
displayName: sqlc
createdAt: "2024-09-05T16:16:47Z"
description: sqlc.dev schema config file
links:
- name: KCL homepage
url: https://kcl-lang.io/
- name: KCL repo
url: https://github.com/kcl-lang/kcl
install: |
#### Add `sqlc` with tag `0.0.4` as dependency
```
kcl mod add sqlc:0.0.4
```
#### Pull `sqlc` with tag `0.0.4` to local
```
kcl mod pull sqlc:0.0.4
```
maintainers:
- name: kcl-lang.io
email: [email protected]
provider:
name: kcl-lang.io

0 comments on commit d6b8a0d

Please sign in to comment.