Implement an in-memory databasewqa
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package ramdb
|
||||
|
||||
import "github.com/google/btree"
|
||||
|
||||
type index struct {
|
||||
tree *btree.BTree
|
||||
column string
|
||||
table *table
|
||||
}
|
||||
Reference in New Issue
Block a user