feat: update framework

This commit is contained in:
Rogee
2024-11-29 15:03:47 +08:00
parent f7d95418a2
commit 391f217bd8
17 changed files with 368 additions and 132 deletions

View File

@@ -0,0 +1,8 @@
package database
import (
"embed"
)
//go:embed migrations/*
var MigrationFS embed.FS