- Preparing search index...
- The search index is not available
Deepkit
Class DatabaseAdapterAbstract
Methods
Abstract
createPersistence
Abstract
createTransaction
Abstract
disconnect
- disconnect(force?: boolean): void
-
Returns void
Abstract
getName
- getName(): string
-
Returns string
Abstract
getSchemaName
- getSchemaName(): string
-
Returns string
Abstract
isNativeForeignKeyConstraintSupported
- isNativeForeignKeyConstraintSupported(): boolean
-
Returns boolean
A generic database adapter you can use if the API of
Query
is sufficient.You can specify a more specialized adapter like MysqlDatabaseAdapter/MongoDatabaseAdapter with special API for MySQL/Mongo.