# Functions
DriverName allows using a mysql-compatible driver (e.g.
FrameworkEventEmitTime returns the emission timestamp from a events.FrameworkEvent object.
FrameworkEventJobID returns the JobID from a events.TestEvent object.
FrameworkEventName returns the name for the FrameworkEvent object.
FrameworkEventPayload returns the payload from a events.FrameworkEvent object.
FrameworkEventsFlushInterval defines the interval at which buffered framework events are stored into the database.
FrameworkEventsFlushSize defines maximum size of the framework events buffer after which events are flushed to the database.
New creates a RDBMS events storage backend with default parameters.
TestEventEmitTime returns the emission timestamp from an events.TestEvent object.
TestEventJobID returns the JobID from an events.TestEvent object.
TestEventName returns the event name from an events.TestEvent object.
TestEventPayload returns the payload from an events.TestEvent object.
TestEventRunID returns the RunID from a.
TestEventsFlushInterval defines the interval at which buffered test events are stored into the database.
TestEventsFlushSize defines maximum size of the test events buffer after which events are flushed to the database.
TestEventTargetID returns the target id from an events.TestEvent object.
TestEventTestAttempt returns the test retry from an events.TestEvent object.
TestEventTestName returns the test name from an events.TestEvent object.
TestEventTestStepLabel returns the test step label from an events.TestEvent object.
# Structs
RDBMS implements a storage engine which stores ConTest information in a relational database via the database/sql package.
# Type aliases
FrameworkEventField is a function type which retrieves information from a FrameworkEvent object.
Opt is a function type that sets parameters on the RDBMS object.
TestEventField is a function type which retrieves information from a TestEvent object.