Andrew Kaiser
|
3b71574ede
|
better-sqlite3: add transactions return type, statement bind paramater typing, backup method (#35330)
* add transaction return type & statement bind typing
* add backup method
* bump better-sqlite3 version
|
2019-05-13 16:45:44 -07:00 |
|
Mark
|
f1be41efc5
|
better-sqlite3 - Add verbose option (#34225)
* better-sqlite3 - add verbose option
* Revert TS version
|
2019-03-27 16:07:14 -07:00 |
|
Andrew Kaiser
|
739ed3b1cf
|
add variable arg function type inference, tests (#32390)
|
2019-01-28 12:27:24 -08:00 |
|
Alessandro Vergani
|
89baaf0fe8
|
Add missing exported better-sqlite3 types
Fixes #20166
|
2018-12-19 09:21:44 +01:00 |
|
Alessandro Vergani
|
929c82249a
|
Add new v5.2 methods
|
2018-12-17 13:11:08 +01:00 |
|
Alessandro Vergani
|
08683add7b
|
Correct a few typos
|
2018-12-10 08:33:47 +01:00 |
|
Alessandro Vergani
|
005314f767
|
Update better-sqlite3 to match version 5.0
|
2018-11-30 16:29:56 +01:00 |
|
Santiago Aguilar Hernández
|
aa086a84c1
|
* Applied better practices
|
2018-11-26 19:16:28 -05:00 |
|
Santiago Aguilar Hernández
|
e714e43f06
|
* Renamed property according with docs
* Moved types to other file
|
2018-11-12 03:36:03 -05:00 |
|
Andy Hanson
|
45c9246c09
|
Remove esModuleInterop from tsconfigs (no longer mandatory)
|
2018-02-14 14:55:13 -08:00 |
|
Andy
|
4b2d0110d5
|
Fix many "import *" that should be "import =" (#23443)
|
2018-02-05 15:35:41 -08:00 |
|
Andy
|
bef4d2b27d
|
Enable "esModuleInterop" in all tsconfigs (#23354)
|
2018-02-05 11:01:56 -08:00 |
|
Andy
|
947a8fb761
|
Enable strictFunctionTypes (#20373)
|
2017-10-06 14:03:03 -07:00 |
|
matrumz
|
b87ff7f6dd
|
Added fileMustExist to DatabaseOptions
As per documentation: https://github.com/JoshuaWise/better-sqlite3/wiki/API
|
2017-09-17 18:24:06 -04:00 |
|
Bowden Kelly
|
dab9ec09f6
|
Merge pull request #19145 from Morfent/better-sqlite3
[better-sqlite3] Fix types for ran query results and custom operators
|
2017-08-22 11:21:37 -07:00 |
|
Andy
|
1b54a38a43
|
Fix remaining lint errors (#19219)
|
2017-08-21 14:14:31 -07:00 |
|
Ben Davies
|
f7749197a5
|
[better-sqlite3] Fix types for ran query results and custom operators
|
2017-08-19 00:22:38 -03:00 |
|
Ben Davies
|
df4d11409c
|
[better-sqlite3] Add type declarations
|
2017-08-18 12:39:04 -03:00 |
|