# Functions
RandomAlphaNumeric returns a random string of characters [A-Za-z0-9-] of the provided length.
# Constants
No description provided by the author
# Structs
SQLCredentialsProducer implements CredentialsProducer and provides a generic credentials producer for most sql database types.
# Interfaces
CredentialsProducer can be used as an embeded interface in the Database definition.