ts-postgres

Non-blocking PostgreSQL client for Node.js written in TypeScript.

OTHER License

Downloads
15.3K
Stars
102
Committers
4
ts-postgres - 2.0.2 Latest Release

Published by malthe 6 months ago

What's Changed

Full Changelog: https://github.com/malthe/ts-postgres/compare/2.0.1...2.0.2

ts-postgres - 2.0.1

Published by malthe 8 months ago

What's Changed

Full Changelog: https://github.com/malthe/ts-postgres/compare/2.0.0...2.0.1

ts-postgres - 2.0.0

Published by malthe 8 months ago

What's Changed

Full Changelog: https://github.com/malthe/ts-postgres/compare/1.9.0...2.0.0

ts-postgres - 1.9.0

Published by malthe 9 months ago

What's Changed

  • Add support for ESM modules (in addition to CommonJS).
  • The database host, port and connection timeout options can now be specified directly for connect (taking priority over the
    provided configuration).
  • Fix issue handling connection error during secure startup.

Full Changelog: https://github.com/malthe/ts-postgres/compare/1.8.0...1.9.0

ts-postgres - 1.8.0

Published by malthe 10 months ago

What's Changed

Full Changelog: https://github.com/malthe/ts-postgres/compare/1.7.0...1.8.0

ts-postgres - 1.7.0

Published by malthe 10 months ago

What's Changed

Full Changelog: https://github.com/malthe/ts-postgres/compare/1.6.0...1.7.0

ts-postgres - 1.6.0

Published by malthe 11 months ago

What's Changed

Full Changelog: https://github.com/malthe/ts-postgres/compare/1.5.0...1.6.0

ts-postgres - 1.5.0

Published by malthe 11 months ago

What's Changed

Full Changelog: https://github.com/malthe/ts-postgres/compare/1.4.0...1.5.0

ts-postgres - 1.4.0

Published by malthe 12 months ago

What's Changed

  • A statement error during the processing of a prepared statement is
    now handled correctly (#73).

  • An internal error now cancels all queries.

  • The ts-typed-events
    dependency was updated to version 3.0.0.

Full Changelog: https://github.com/malthe/ts-postgres/compare/1.3.1...1.4.0