# Functions
GetDatabase returns the correct database provider based on the environment.
No description provided by the author
NewAppInterfaceDBProvider creates a new app-interface DB provider obejct.
NewLocalDBProvider returns a new local DB provider object.
NewNoneDBProvider returns a new none db provider object.
NewSharedDBProvider returns a new local DB provider object.
# Variables
LocalDBDeployment is the ident referring to the local DB deployment object.
LocalDBPVC is the ident referring to the local DB PVC object.
LocalDBSecret is the ident referring to the local DB secret object.
LocalDBService is the ident referring to the local DB service object.
ProvName is the providers name ident.
SharedDBSecret is the ident referring to the local DB secret object.
SharedDBDeployment is the ident referring to the local DB deployment object.
SharedDBPVC is the ident referring to the local DB PVC object.
SharedDBSecret is the ident referring to the local DB secret object.
SharedDBService is the ident referring to the local DB service object.