Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnyBuilder ¶
type AnyBuilder struct{}
func NewAnyBuilder ¶
func NewAnyBuilder() *AnyBuilder
func (AnyBuilder) Values ¶
func (AnyBuilder) Values(values []any) []any
type SQLiteStore ¶
type SQLiteStore struct {
// contains filtered or unexported fields
}
func NewInMemorySQLiteStore ¶
func NewInMemorySQLiteStore() (*SQLiteStore, error)
func (*SQLiteStore) BeginTransaction ¶
func (*SQLiteStore) CommitTransaction ¶
func (s *SQLiteStore) CommitTransaction() error
func (*SQLiteStore) ReplacePlaceholders ¶
func (*SQLiteStore) ReplacePlaceholders(query string) string
func (*SQLiteStore) RollbackTransaction ¶
func (s *SQLiteStore) RollbackTransaction() error
func (SQLiteStore) Sql ¶
func (s SQLiteStore) Sql() data.SQLStore
Click to show internal directories.
Click to hide internal directories.