package
0.1.4
Repository: https://github.com/lytics/qlbridge.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
TableToString Table output a CREATE TABLE statement using mysql dialect.
TypeFromString given a string, return data type.
ValueString convert a value.ValueType into a sqlite type descriptor.
WriteField write a schema.Field as string output for sqlite create statement https://www.sqlite.org/datatype3.html.

# Constants

SourceType "sqlite" is the registered Source name in the qlbridge source registry.

# Structs

Key implements Key and Sort interfaces.
Source implements qlbridge DataSource to a sqlite file based source.