- Preparing search index...
- The search index is not available
Dappetizer
- resolveSchema(options: DataSourceOptionsWithSchema): string
-
Returns string
- resolveSchema(options: DataSourceOptions): string | null
-
Parameters
-
options: DataSourceOptions
Returns string | null
Resolves schema as TypeORM would use it from the specified
DataSource
options.Returns
public
if the options do not contain schema.null
if the options cannot contain schema because the databasetype
does not support it.schema
from the options.Throws
Error
if the value ofschema
property is a white-space non-empty string.