# Packages
No description provided by the author
# Functions
NewRelationalDatabaseBasicImpl creates a new RelationalDatabaseBasicImpl.
# Structs
RelationalDatabaseImpl is the implementation of the RelationalDatabaseInterface.
RelationalDatabaseInfo contains the username, password, and database name of a relational database.
RelationalDatabaseMock is a mock implementation of the RelationalDatabase database.
# Interfaces
RelationalDatabaseInterface is the interface for a relational database Note that the implementation of this interface should be idempotent.