Documentation
¶
Index ¶
Constants ¶
View Source
const (
// PluginName is the name of the plugin
PluginName = "sqlite"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataConverter ¶
type DataConverter interface {
ToSQLiteDateTime(t time.Time) time.Time
FromSQLiteDateTime(t time.Time) time.Time
}
DataConverter defines the API for conversions to/from go types to sqlite datatypes
Click to show internal directories.
Click to hide internal directories.