From bc7e8ccd29cc8864ed3580f4a79385dad3ca9582 Mon Sep 17 00:00:00 2001 From: Fodesu <75713465+Fodesu@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:19:12 +0800 Subject: [PATCH] chore(mise): add `sqlc` in tools (#32) --- mise.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mise.toml b/mise.toml index 95643f94..b9b8e4e7 100644 --- a/mise.toml +++ b/mise.toml @@ -9,6 +9,8 @@ node = "25" bun = "latest" # pnpm for workspace management pnpm = "10" +# sqlc for sql management +sqlc = "latest" # Lima for macOS lima = { version = "system", platform = "darwin" }