postgres_builder 1.0.0 copy "postgres_builder: ^1.0.0" to clipboard
postgres_builder: ^1.0.0 copied to clipboard

A tool designed to make writing PostgreSQL statements easier without writing them by hand.

1.0.0 #

  • Changed PgPoolPostgresBuilder implementation to use postgres package in place of the discontinued postgres_pool.
  • breaking removed PgPoolPostgresBuilder.status due to this change.

0.3.1 #

  • Fixed a bug with And and Or not passing parameters correctly.

0.3.0 #

  • Fixed spelling on OperatorComparision
  • Fixed issue with OperatorComparision not always generating correct SQL

0.2.0 #

  • Added columnFirst parameter on OperatorComparision

0.1.1 #

  • Fixed Group not generating correct query

0.1.0 #

  • Added Group to support GROUP BY clauses

0.0.3 #

  • Added some documentation
  • Fixed some exports
  • Added rawExecute to keep parity with other raw methods
  • Changed PgPoolPostgresBuilder.status() to PgPoolPostgresBuilder.status

0.0.2 #

  • Added more specific options to PgPoolPostgresBuilder

0.0.1 #

  • First public release!
1
likes
0
points
151
downloads

Publisher

unverified uploader

Weekly Downloads

A tool designed to make writing PostgreSQL statements easier without writing them by hand.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, json_annotation, meta, postgres, recase

More

Packages that depend on postgres_builder