코딩/Error
[error: NodeJS & SQLite] An error occurred: TypeError: SQLite3 can only bind numbers, strings, bigints, buffers, and null
NodeJS를 사용하여 SQLite Dataabase를 연결하는 중이었다.서버 실행 시 아래와 같은 에러가 발생했다. An error occurred: TypeError: SQLite3 can only bind numbers, strings, bigints, buffers, and null at file:///C:/Users/Owner/Desktop/engine_templates/dist/app.js:88:22 at new Promise () at selectIFC (file:///C:/Users/Owner/Desktop/engine_templates/dist/app.js:86:12) at main (file:///C:/Users/Owner/Desktop/engine_template..