owl_sql 0.7.0 copy "owl_sql: ^0.7.0" to clipboard
owl_sql: ^0.7.0 copied to clipboard

outdated

Source code generator for SQL CRUD (Postgresql and CockroachDB-flavoured SQL).

Changelog #

0.7.0 #

Breaking changes:

  • Dart 2.2 compatible code (incl. using the optional new initialization).
  • ${table.type}ConnectionFn removed
  • Table.paginate uses PostgreSQLExecutionContext (e.g. Connection or a pooling proxy).

Updates:

  • Import package with prefixes.
  • Additional mutable (non-database) fields for Row objects.

0.6.3 #

  • Support limit with *Table.updateAll.

0.6.2 #

  • Support limit with *Table.deleteAll.

0.6.1 #

  • Support for SMALLINT column.

0.6.0 #

  • Complete rewrite of the SQL parts from owl/owl_codegen (0.4)
0
likes
0
pub points
0%
popularity

Publisher

verified publisheragilord.com

Source code generator for SQL CRUD (Postgresql and CockroachDB-flavoured SQL).

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on owl_sql