Versions in this module Expand all Collapse all v1 v1.2.1 Aug 20, 2020 v1.2.0 Aug 20, 2020 Changes in this version + var DatabaseSource = definitions.GetEnvWithDefault("DATABASE_SOURCE", ":memory:") + var SQLDriver = definitions.GetEnvWithDefault("SQL_DRIVER", "sqlite3") + func IsTKLessThan(a TypeAndKey, b TypeAndKey) bool + type IDGenerator interface + New func() string + type IsolationLevel int + const LevelDefault + const LevelLinearizable + const LevelReadCommitted + const LevelReadUncommitted + const LevelRepeatableRead + const LevelSerializable + const LevelSnapshot + const LevelWriteCommitted + type TxOptions struct + Isolation IsolationLevel + ReadOnly bool + type TypeAndKey struct + Key string + Type string + func (tk TypeAndKey) String() string + type UUIDGenerator struct + func (*UUIDGenerator) New() string