glebarez / go-sqlite

pure-Go SQLite driver for Go (SQLite embedded)
BSD 3-Clause "New" or "Revised" License
667 stars 34 forks source link

Unable to open database file: out of memory (14) - in windows (wails) app #178

Closed gerbil closed 4 weeks ago

gerbil commented 4 weeks ago

Error creating table: "unable to open database file: out of memory (14)": CREATE TABLE IF NOT EXISTS test

Any suggestion how to resolve this?

gerbil commented 4 weeks ago

Prod build requires a different paths to access local files.