mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 04:00:25 +03:00
Add 'tiedot' integration package, first cut - more improvements needed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package database
|
||||
|
||||
import (
|
||||
"github.com/HouzuoGuo/tiedot/db"
|
||||
)
|
||||
|
||||
type Database struct {
|
||||
DBdir string
|
||||
DBhandle *db.DB
|
||||
}
|
||||
Reference in New Issue
Block a user