Commit Graph

15 Commits

Author SHA1 Message Date
Joshua Wise
ae12001cdf updated recommended Node.js versions in docs 2022-11-21 19:18:06 -06:00
Matthew McEachen
f52b3b00cf
Update troubleshooting.md (#814)
Updated the instructions for Windows builds: things should "just work" if they click "Automatically install the necessary tools" and follow the instructions.
2022-05-18 09:36:48 -07:00
Patrick Martin
f639d61200
Update troubleshooting.md (#752)
As I just learned, having spaces in the path of the directory which you are running `npm i better-sqlite3` can cause issues with installation, presumably because, according to the error message, it does not insert escapes for characters like spaces.
2022-05-16 10:11:16 -07:00
Joshua Wise
115258a106 fixed typo in docs 2021-06-05 21:30:05 -05:00
Alexander Prinzhorn
02c9c250bc
This comes up frequently (#625)
See https://github.com/JoshuaWise/better-sqlite3/issues/609#issuecomment-829013505
2021-05-19 13:47:09 -05:00
Joshua Wise
a7a270e869 Merge branch 'master' of github.com:JoshuaWise/better-sqlite3 2020-12-19 13:09:50 -06:00
Losses Don
10d6ccb89c
fix the installing guide for Windows (#440)
The old guide do not work anymore, update the guide to latest toolchain.
2020-12-19 13:07:06 -06:00
Joshua Wise
b254e4c824 added node version 14 to appveyor.yml 2020-12-19 13:02:33 -06:00
Joshua Wise
758665a3db dropped support for node versions < 10
removed the integer library in favor of bigints
added support for worker threads
enabled SQLITE_THREADSAFE=2
replaced native Require() calls with dependency injection
2020-04-21 20:53:31 -05:00
Joshua Wise
1ced80b867
Update troubleshooting.md 2019-08-02 15:00:22 -04:00
Matthew McEachen
321e28ea61 Add windows installation instructions (#287)
* add windows installation instructions

* add yarn install step
2019-08-02 14:58:17 -04:00
Joshua Wise
9bb36cc8f4 updated docs 2018-10-09 10:49:28 -04:00
Joshua Wise
caf3f5fcad
Update troubleshooting.md 2018-09-27 17:23:57 -04:00
Joshua Wise
b7b79c1e1d dropped support for node 6 and 7 2018-09-17 06:11:30 -04:00
Joshua Wise
e373326a71 renamed lastInsertROWID to lastInsertRowid, added docs to main repo 2018-09-15 21:52:13 -04:00