Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-04-28 | 433 Bytes | |
v3.0.1.tar.gz | 2020-04-28 | 463.4 kB | |
v3.0.1.zip | 2020-04-28 | 561.3 kB | |
Totals: 3 Items | 1.0 MB | 0 |
- Added
.editorconfig
- Added
*.sql
to.gitattributes
to ensure LF line endings (rather than CRLF, which was breaking migration execution on Windows) - Adds support for
?sslrootcert=...
in Postgres connection strings, e.g. to support self-signed or default untrusted (e.g. AWS RDS) SSL keys - Achieves this by using yarn resolutions; will not work with npm!
- Fixes an issue with a test not running on non-standard PORT