Documentation ¶
Overview ¶
Package sqlite3 provides a Bartlett driver for SQLite3 databases.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLite3 ¶
type SQLite3 struct {
// contains filtered or unexported fields
}
SQLite3 provides logic specific to SQLite3 databases.
func (*SQLite3) GetColumns ¶
GetColumns queries `sqlite_master` and returns a list of valid column names.
func (SQLite3) MarshalResults ¶
MarshalResults converts results from SQLite3 types to Go types, then outputs JSON to the ResponseWriter.
Click to show internal directories.
Click to hide internal directories.