-
Wondering if this package is usable in a SPA using Vue 3 and latest Vite version. I tried a very basic app using " import {createConnection} from 'mysql2' " in the entry file but it chokes in the debugging with a "TypeError: Buffer2 is undefined" at line safer.js: Any help would be appreciated. I'm trying to get away from a backend of axios/php to get MySql data. |
Beta Was this translation helpful? Give feedback.
Answered by
mdr0414
Dec 8, 2021
Replies: 1 comment
-
Ok -- never mind - stupid question... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sidorares
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok -- never mind - stupid question...
all this would be server side, not Vue+Vite