schema_dart 0.0.5 copy "schema_dart: ^0.0.5" to clipboard
schema_dart: ^0.0.5 copied to clipboard

Generate dart type definitions from PostgreSQL database schema.

0.0.5 #

  • added --use-utc flag for serializing DateTime objects as UTC
  • fixed #13 where int/double where assumed to be String in json
  • added serialization/deserialization tests
  • fixed issues with some mapping between dart/psotgres types

0.0.4 #

  • added --nullable-defaults and --nullable-ids flags

0.0.3 #

  • renamed some APIs to be more descriptive
  • introduced a new flag --nullable-fields which will make all fields in generated class nullable

0.0.2+2 #

  • fix issue with multiple -t arguments
  • fix issue with deserializing collections

0.0.2+1 #

  • added --no-ssl flag

0.0.2 #

  • fixed some issues with trailing commas #9 & #10
  • added some tests

0.0.1+4 #

updated readme and added simple tests

0.0.1+3 #

  • make pub.dev happy.

0.0.1+2 #

  • added repository link.

0.0.1+1 #

  • fixed some typos and hyperlinks.

0.0.1 #

  • Initial version.
11
likes
140
points
39
downloads

Publisher

verified publisherosaxma.com

Weekly Downloads

Generate dart type definitions from PostgreSQL database schema.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

args, built_collection, cli_util, code_builder, dart_style, docker_process, meta, path, postgres

More

Packages that depend on schema_dart