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 SchemaName + var CsvGlobal = New() + func LoadTable(schemaName, name, csvRaw string) + func Schema() *schema.Schema + type Source struct + func New() *Source + func (m *Source) Close() error + func (m *Source) CreateTable(tableName, csvRaw string) + func (m *Source) DropTable(t string) error + func (m *Source) Init() + func (m *Source) Open(tableName string) (schema.Conn, error) + func (m *Source) Setup(s *schema.Schema) error + func (m *Source) Table(tableName string) (*schema.Table, error) + func (m *Source) Tables() []string + type Table struct