feat: add multi-dialect schema initialization

This commit is contained in:
2026-05-11 10:45:39 +09:00
parent fb140d7a50
commit 2f8712e1df
6 changed files with 249 additions and 0 deletions

1
src/adapters/index.ts Normal file
View File

@@ -0,0 +1 @@
export * from './dialect';