Beispiel #1
0
func init() {
	boltType = graph.RegisterIterator("bolt")
}
Beispiel #2
0
func init() {
	mongoType = graph.RegisterIterator("mongo")
}
Beispiel #3
0
func init() {
	gaedatastoreType = graph.RegisterIterator("gaedatastore")
}
Beispiel #4
0
func init() {
	memType = graph.RegisterIterator("b+tree")
}
Beispiel #5
0
func init() {
	levelDBType = graph.RegisterIterator("leveldb")
}
Beispiel #6
0
func init() {
	sqlType = graph.RegisterIterator("sql")
}
Beispiel #7
0
func init() {
	lmdbType = graph.RegisterIterator("lmdb")
}
Beispiel #8
0
func init() {
	memType = graph.RegisterIterator("llrb")
}
Beispiel #9
0
func init() {
	linksToType = graph.RegisterIterator("mongo-linksto")
}