diff --git a/.integration/artifacthub/sqlc/0.0.4/README.md b/.integration/artifacthub/sqlc/0.0.4/README.md new file mode 100644 index 00000000..24587f4e --- /dev/null +++ b/.integration/artifacthub/sqlc/0.0.4/README.md @@ -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 diff --git a/.integration/artifacthub/sqlc/0.0.4/artifacthub-pkg.yaml b/.integration/artifacthub/sqlc/0.0.4/artifacthub-pkg.yaml new file mode 100644 index 00000000..8475106a --- /dev/null +++ b/.integration/artifacthub/sqlc/0.0.4/artifacthub-pkg.yaml @@ -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: kcl-lang.io@domainsbyproxy.com +provider: + name: kcl-lang.io