mirror of
https://github.com/buckit-io/buckit.git
synced 2026-09-20 09:33:22 +00:00
11 lines
123 B
Go
11 lines
123 B
Go
package database
|
|
|
|
import (
|
|
"github.com/HouzuoGuo/tiedot/db"
|
|
)
|
|
|
|
type Database struct {
|
|
DBdir string
|
|
DBhandle *db.DB
|
|
}
|