Refactor to use aerogo/database

This commit is contained in:
2017-10-27 09:11:56 +02:00
parent c0d7b0d2df
commit b07a98ed32
18 changed files with 52 additions and 164 deletions

View File

@ -11,7 +11,7 @@ import (
func main() {
arn.DB.SetScanPriority("high")
aeroDB := database.New("db", arn.DBTypes)
aeroDB := database.New("arn", arn.DBTypes)
defer aeroDB.Close()
for typeName := range arn.DB.Types() {