From 47b6fb98f0f7ffb29ff7f09cb6a8e2a0b021f24d Mon Sep 17 00:00:00 2001 From: dylan Date: Sat, 23 Nov 2024 13:15:25 -0600 Subject: [PATCH] feat: add sqlc --- README.md | 1 + plugins/sqlc | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/sqlc diff --git a/README.md b/README.md index c25a4ca2..930b6fd3 100644 --- a/README.md +++ b/README.md @@ -709,6 +709,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | spotbugs | [jiahuili430/asdf-spotbugs](https://github.com/jiahuili430/asdf-spotbugs) | | Spring Boot CLI | [joschi/asdf-spring-boot](https://github.com/joschi/asdf-spring-boot) | | Spruce | [woneill/asdf-spruce](https://github.com/woneill/asdf-spruce) | +| sqlc | [dylanrayboss/asdf-sqlc](https://github.com/dylanrayboss/asdf-sqlc) | | sqldef | [cometkim/asdf-sqldef](https://github.com/cometkim/asdf-sqldef) | | SQLite | [cLupus/asdf-sqlite](https://github.com/cLupus/asdf-sqlite) | | sshuttle | [xanmanning/asdf-sshuttle](https://github.com/xanmanning/asdf-sshuttle) | diff --git a/plugins/sqlc b/plugins/sqlc new file mode 100644 index 00000000..edb513d8 --- /dev/null +++ b/plugins/sqlc @@ -0,0 +1 @@ +repository = https://github.com/dylanrayboss/asdf-sqlc.git