Skip to content

Commit f0e9fef

Browse files
committed
wip
1 parent f9c676b commit f0e9fef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/typeorm/src/__tests__/fixtures/typeorm-connections/sqlite.connection.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ export const SqliteConnection: ConnectionOptions = {
1313
database: path.join(__dirname, './mydb.sql'),
1414
entities: [Book],
1515
synchronize: true,
16+
driver: require('sqlite3'),
1617
};

0 commit comments

Comments
 (0)