0.7.1 • Published 3 years ago

@typed-query-builder/sql-pgsql v0.7.1

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

@typed-query-builder/sql-pgsql

See typed-query-builder README for more details.

Features: functions, operations, clauses, data types, etc.

The following query builder features are non-natively supported through this library:

  • MEDIUMINT, TINYINT, BIT geometric data types
  • regexGet, iif, dateAdd, dateDiff, timestampToSeconds, datesOverlap, timestampsOverlap functions
  • boolAnd, boolOr, countIf aggregate functions

The following query builder features are added to support more PostgreSQL functionality.

  • SERIAL, SMALLSERIAL, BIGSERIAL data types
  • minScale, scale, trimScale, widthBudget, bitLength, toHex, octetLength, sha256, sha512, encode, decode, age functions.

The following query builder features are not supported on SQL Server:

  • UNSIGNED data types
  • NAMED parameters
  • geomPoint, geomPointX, geomPointY geometric functions
  • variance aggregate function
0.7.1

3 years ago

0.7.0

3 years ago

0.6.5

3 years ago

0.6.4

3 years ago

0.6.3

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.5

3 years ago

0.5.4

3 years ago

0.5.3

3 years ago

0.5.0

3 years ago

0.5.2

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.20

3 years ago