Versions in this module Expand all Collapse all v0 v0.0.2 May 3, 2021 v0.0.1 May 3, 2021 Changes in this version + const SourceType + func MakeId(dv driver.Value) uint64 + func TableToString(tbl *schema.Table) string + func TypeFromString(t string) value.ValueType + func ValueString(t value.ValueType) string + func WriteField(w *bytes.Buffer, fld *schema.Field) + type Key struct + Id uint64 + func NewKey(key uint64) *Key + func (m *Key) Key() driver.Value + func (m *Key) Less(than btree.Item) bool + type Source struct + func (m *Source) Close() error + func (m *Source) Init() + func (m *Source) Open(table string) (schema.Conn, error) + func (m *Source) Setup(s *schema.Schema) error + func (m *Source) Table(table string) (*schema.Table, error) + func (m *Source) Tables() []string