package main import ( "fmt" "git.liteyuki.org/LiteyukiStudio/folium/dbx" ) func main() { // 初始化数据库连接 db := dbx.GetDB(nil, "test") fmt.Println(db) }