schema_dart 0.0.4+1 copy "schema_dart: ^0.0.4+1" to clipboard
schema_dart: ^0.0.4+1 copied to clipboard

Generate dart type definitions from PostgreSQL database schema.

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.