@sphereon/ssi-sdk.data-store
Version:
27 lines • 895 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const index_1 = require("../index");
/**
* Do Not use these connections in production!. They are only here to create/test migration files!
*/
exports.default = [
{
type: 'sqlite',
database: 'migration.sqlite',
migrationsRun: false,
synchronize: false,
logging: ['error', 'info', 'warn', 'log'],
entities: [...index_1.DataStoreContactEntities],
migrations: [...index_1.DataStoreMigrations],
},
{
type: 'postgres',
database: 'migration-postgres',
migrationsRun: false,
synchronize: false,
logging: ['error', 'info', 'warn', 'log'],
entities: [...index_1.DataStoreContactEntities],
migrations: [...index_1.DataStoreMigrations],
},
];
//# sourceMappingURL=internal-migrations-ormconfig.js.map