package
0.0.0-20250120010117-2c2ea3cab897
Repository: https://github.com/uselagoon/dbaas-controller.git
Documentation: pkg.go.dev

# 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.