postgres

PostgreSQL driver for Deno

MIT License

Stars
582
Committers
50

Bot releases are hidden (Show)

postgres - v0.8.0

Published by Soremwar over 3 years ago

New features:

  • SSL/TLS connections and enforceable within the client (requires unstable)
  • Template string queries for queryArray and queryObject

Bug fixes:

  • Handle long column names instead of throwing
postgres - v0.7.1

Published by Soremwar over 3 years ago

  • Dependencies were updated to std 0.85.0
  • Authentication errors will now be parsed by the client instead of throwing a generic error
postgres - v0.7.0

Published by Soremwar over 3 years ago

Features:

  • Connection strings can now be used for instantiating a Pool
  • BREAKING: Unknown column types will be retrieved as strings instead of throwing
  • Document public interfaces with JSDoc

Support for new data types:

  • Box
  • Box array
  • Circle
  • Circle array
  • Date array
  • Float4 array
  • Float8 array
  • Line
  • Line array
  • Line segment
  • Line segment array
  • Path
  • Path array
  • Polygon
  • Polygon array
  • Tid
  • Tid array
  • Timestamp array
  • Timestamptz array
postgres - v0.6.0

Published by Soremwar over 3 years ago

Features:

  • Client.queryObject is a method that allows users to directly query results as objects and map this result columns to interfaces of their preference
  • Added generic types support to both Client.queryArray and Client.queryObject

Fixes:

  • Handle startup errors on client initialization

BREAKING CHANGES:

  • Client.query method is named queryArray now
  • Client.multiQuery was removed
postgres - v0.5.0

Published by Soremwar over 3 years ago

  • Add support for the following data types
    • Binary
    • Point
    • Array text based types
    • xid
  • BREAKING: bigint datatype is now parsed as BigInt
  • Add warning field to QueryResult. This field will contain all notices returned as a result of the query
postgres - v0.4.6

Published by hayd almost 4 years ago

Update for deno 1.6.0.

postgres - v0.4.5

Published by hayd about 4 years ago

Update for deno 1.4.0.

Note: v0.4.4 ran on deno 1.4.0 stable but failed to compile when using --unstable.

postgres - v0.4.4

Published by hayd about 4 years ago

Update for deno 1.3.0.

postgres - v0.4.3

Published by hayd about 4 years ago

  • update checksum library #159
  • Expose ready on Pool class #127
  • Support array-like types #143
postgres - v0.4.2

Published by hayd over 4 years ago

  • Resolves: error: Uncaught Error: Don't know how to parse column type: 1042 (#132)
  • Use a query lock (#129)
postgres -

Published by bartlomieju over 4 years ago

  • Add support for getting result metadata (#96)
  • Add support for Oid type 1007 (#125)
  • Prevent undefined error when using accessors prior to pool connecting (#122)
postgres - v0.4.0

Published by bartlomieju over 4 years ago

Support for Deno 1.0.0 (#119)
Refactor connection parameters (#114, #118)

postgres - v0.3.11

Published by bartlomieju over 4 years ago

Support for Deno v0.42.0 (#112)

postgres - v0.3.10

Published by bartlomieju over 4 years ago

  • Support for Deno v0.41.0 (#111)
  • Support for multi queries (#108)
  • Move to Github Actions (#109, #110)
postgres - v0.3.9

Published by bartlomieju over 4 years ago

Support for Deno v0.39.0

postgres - v0.3.8

Published by bartlomieju over 4 years ago

fix: treat PostgreSQL's bigint type as String instead of Number (#92)

postgres - v0.3.7

Published by bartlomieju over 4 years ago

  • refactor: separate test_deps.ts from deps.ts (#85)
  • fix: md5 password (#83)
  • feat: support for oid types (#89)
  • chore: bump Deno support to v0.35.0
postgres - v0.3.6

Published by bartlomieju over 4 years ago

  • Support for Deno v0.31.0
  • Add uuid field type
postgres -

Published by bartlomieju almost 5 years ago

Support for Deno v0.26.0

postgres - v0.3.4

Published by bartlomieju almost 5 years ago

Support for Deno v0.22.0

Package Rankings
Top 9.59% on Proxy.golang.org
Top 0.79% on Deno.land
Badges
Extracted from project README
Discord server Manual Documentation License
Related Projects