typeorm
typeorm copied to clipboard
feat: add better-sqlite3 version range
Description of change
support busy_timeout parameter for sqlite driver Fixes https://github.com/typeorm/typeorm/issues/10894
Pull-Request Checklist
- [x] Code is up-to-date with the
master
branch - [x]
npm run format
to apply prettier formatting - [x]
npm run test
passes with this change - [x] This pull request links relevant issues as
Fixes #0000
- [ ] There are new or updated unit tests validating the change
- [ ] Documentation has been updated to reflect this change
- [x] The new commits follow conventions explained in CONTRIBUTING.md