CommunityToolkit.Aspire.Hosting.MySql.Extensions
📦 CommunityToolkit.Aspire.Hosting.MySql.Extensions v13.4.0 2 Functions
0 Types
0 types and 0 members
Functions
method
withAdminer builder Adds an administration and development platform for MySql to the application model using Adminer.
withAdminer(configureContainer?: (obj: AdminerContainerResource) => Promise<void>, containerName?: string): MySqlServerResource method
withDbGate builder Adds an administration and development platform for MySql to the application model using DbGate.
withDbGate(configureContainer?: (obj: DbGateContainerResource) => Promise<void>, containerName?: string): MySqlServerResource