Documentation ¶
Overview ¶
Memdb package implements a Datasource in-memory implemenation using the hashicorp go-memdb (immuteable radix tree's).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemDb ¶
MemDb implements qlbridge `Source` to allow in-memory native go data
to have a Schema and implement and be operated on by Sql Operations
Features - ues immuteable radix-tree/db mvcc under the hood
func NewMemDbData ¶
NewMemDbData creates a MemDb with given indexes, columns, and values
func NewMemDbForSchema ¶
NewMemDbForSchema creates a MemDb with given indexes, columns
Click to show internal directories.
Click to hide internal directories.