Skip to content

Commit 568a413

Browse files
Merge pull request #181 from marbemac/patch-1
Update mysql migration docs
2 parents 8c9691b + cb32fd7 commit 568a413

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drizzle-orm/src/mysql-core/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,7 @@ const poolConnection = mysql.createPool({
718718
host: 'localhost',
719719
user: 'root',
720720
database: 'test',
721+
multipleStatements: true,
721722
});
722723

723724
const db = drizzle(poolConnection);

0 commit comments

Comments
 (0)