func init() { db.Readify() db.CreateTables(allDestTables) db.CreateIndices(destTable, allDestIndices) }
func init() { db.Readify() db.CreateTables(allNodeTables) db.CreateIndices(nodeTable, allNodeIndices) }