DATABASES: {
    dynamo: typeof DynamoDatabase;
    kysely: typeof KyselyDatabase;
    pg: typeof PostgresDatabase;
} = ...

Object containing different database implementations.