Manages access to databases that plugins get.
See the service documentation for more details.
Optional
This property is used to control the behavior of database migrations.
skip database migrations. Useful if connecting to a read-only database.
false Copy
false
getClient provides backend plugins database connections for itself.
The purpose of this method is to allow plugins to get isolated data stores so that plugins are discouraged from database integration.
Manages access to databases that plugins get.
See the service documentation for more details.