TryGhost / node-sqlite3

SQLite3 bindings for Node.js
BSD 3-Clause "New" or "Revised" License
6.23k stars 814 forks source link

unable to open a database using node-sqlite3 package. #1685

Closed arnabTeknikforce closed 10 months ago

arnabTeknikforce commented 1 year ago

Issue Summary

I have a database created with better-sqlite3-prebuilds. but when I'm trying to connect it using sqlite3, it returns an empty DB.

Steps to Reproduce

I have tried to connect with a database that is created with better-sqlite3-prebuilt. but return an empty database.

Version

5.1.4

Node.js Version

18.12.1

How did you install the library?

I'm using windows 11 and install the package using npm

daniellockyer commented 1 year ago

@arnabTeknikforce Do you have a reproducible example I can try with?