Initial import from local backup (Documents-Playground/pakerpale)

This commit is contained in:
jeonghwa
2026-07-03 05:27:36 +09:00
commit 99b823da01
2442 changed files with 282508 additions and 0 deletions

6
node_modules/named-placeholders/Changelog.md generated vendored Normal file
View File

@@ -0,0 +1,6 @@
1.1.0 - 21/09/2015
- exception is now thrown if parameters are missing
1.0.0 - 14/09/2015
- added double-semicolon placeholders ( see https://github.com/sidorares/node-mysql2/issues/176 )
- added toNumbered helper ( postgres style $1 parameters )