Add 'tiedot' integration package, first cut - more improvements needed

This commit is contained in:
Harshavardhana
2015-01-27 17:20:51 -08:00
parent 25ad24997e
commit c63a6dba2f
28 changed files with 3786 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
package database
import (
"github.com/HouzuoGuo/tiedot/db"
)
type Database struct {
DBdir string
DBhandle *db.DB
}