stanza 0.0.23 copy "stanza: ^0.0.23" to clipboard
stanza: ^0.0.23 copied to clipboard

Library for building PostgreSQL queries in a Dart-y, type safe syntax that converts between Dart classes and Postgresql tables.

Stanza Changelog #

0.0.10 #

  • Added changelog!
  • Added example

0.0.11 #

  • Removed unused dependency

0.0.12 #

  • Fixed date comparisons in where clauses.
  • Added raw string condition for where clauses.

0.0.13 #

  • Fixed issue in where clauses with substitution values not allowing periods in qualified field names.

0.0.15 #

  • Update dependencies

0.0.16 #

  • Add ignore option to StanzaField

0.0.17 #

  • Bug fix

0.0.18 #

  • Add readOnly option to StanzaEntity

0.0.19 #

  • Clean up minor code generator code

0.0.20 #

  • Make entity exceptions class specific (i.e., ClassNameEntityException)

0.0.21 #

  • Fix bug when throwing entity exception

0.0.22 #

  • Upgrade postgres dependency version

0.0.23 #

  • Change initialization API to make it more clear which cached connection is being called
0
likes
30
pub points
0%
popularity

Publisher

verified publisherkirklinkletter.com

Library for building PostgreSQL queries in a Dart-y, type safe syntax that converts between Dart classes and Postgresql tables.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

pool, postgres, recase

More

Packages that depend on stanza