Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnsupportedDatabase = errors.New("unsupported database schema")
Functions ¶
This section is empty.
Types ¶
type ClosableStorage ¶
type DBStore ¶
type FileStore ¶
type FileStore struct {
// contains filtered or unexported fields
}
FileStore stores each submission as single file in JSON with ULID + .json as name under directory, equal to table name. It DOES NOT escape table name AT ALL. Result set contains all source fields plus ID (string), equal to filename without extension.
func NewFileStore ¶
Click to show internal directories.
Click to hide internal directories.