mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-14 11:04:18 +01:00
feat: print which dialect is being used when calling createTestDB
This commit is contained in:
@@ -102,6 +102,8 @@ export const createTestDB = async (databaseUrl?: string) => {
|
||||
dialect = 'sqlite';
|
||||
}
|
||||
|
||||
console.warn(`Using: ${dialect}`);
|
||||
|
||||
let kysely: Kysely<DittoTables>;
|
||||
|
||||
if (dialect === 'sqlite') {
|
||||
|
||||
Reference in New Issue
Block a user