owl_codegen 0.2.1+1 copy "owl_codegen: ^0.2.1+1" to clipboard
owl_codegen: ^0.2.1+1 copied to clipboard

outdatedDart 1 only

Source code generator for JSON serialization, HTTP APIs and SQL CRUD.

Changelog #

0.2.1+1 #

  • Bugfix in SQL: Table.create's ifNotExists should propagate schema and table.

0.2.1 #

  • Added missing SQL type mapping.
  • Add support for table name overrides (both for CRUD and for DDL).

0.2.0 #

  • Added support for Postgresql schema prefixes (both for CRUD and for DDL).
  • Better support for foreign key names, deterministically generating one if absent (it is a breaking change if you relied on the default behavior previously).
  • DDL supports adding new columns incrementally. (Deleting columns should be the role of the database operator.)
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Source code generator for JSON serialization, HTTP APIs and SQL CRUD.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, build_runner, id, owl, source_gen, yaml

More

Packages that depend on owl_codegen