# Functions

AddSQLFlags adds some SQL options to the given flag set.
CleanupSQLDatastore empties the tables from the NATS Streaming database.
CreateSQLDatabase initializes a SQL Database for NATS Streaming testing.
DeleteSQLDatabase drops the given database.
MustExecuteSQL excutes the given SQL query and is not expecting an error.
ProcessSQLFlags allows to just specify the driver on the command line and use corresponding driver defaults, while still allowing full customization of each param.
StackFatalf produces a stack trace and passes it to t.Fatalf().

# Constants

Driver names.
Driver names.

# Interfaces

TLogger is used both in testing.B and testing.T so need to use a common interface.