Skip to content

Commit 2babbab

Browse files
committed
Advertise executeMany()
1 parent 1d754e6 commit 2babbab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/insert1.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
* DESCRIPTION
2222
* Creates a table and inserts data. Shows DDL and DML
2323
*
24+
* (To insert many records at a time see em_insert1.js)
25+
*
2426
*****************************************************************************/
2527

2628
var async = require('async');

0 commit comments

Comments
 (0)