feat: refactor database dialect handling and add stubs for unsupported features

This commit is contained in:
krau
2025-12-18 17:42:20 +08:00
parent 0af049a507
commit 52eead3bf5
18 changed files with 197 additions and 34 deletions

View File

@@ -1,3 +1,5 @@
//go:build !no_jsparser && !no_playwright
package js
import (