Example #1
0
func init() {

	db.Readify()

	db.CreateTables(allDestTables)
	db.CreateIndices(destTable, allDestIndices)
}
Example #2
0
File: main.go Project: vFense/warp
func init() {

	db.Readify()

	db.CreateTables(allNodeTables)
	db.CreateIndices(nodeTable, allNodeIndices)
}