dsql 1.0.3 copy "dsql: ^1.0.3" to clipboard
dsql: ^1.0.3 copied to clipboard

Dart SQL library for generating .dart files from .sql files

1.0.3 #

  • Migration tool added (see example)

1.0.1 #

  • Refactoring progress (
    • added a new DSQL.connect that connects to the database and returns a DSQL instance (see example)
    • generated entities now have toString and equality methods )

1.0.0+1 #

  • Refactor of the library (begin)

0.0.9+8 #

  • Bug fix on init method

0.0.9+7 #

  • The init method changed

0.0.9+6 #

  • Improvement on Where class to avoid unwanted overrides

0.0.9+5 #

  • New operator added NOTEQ for where filters.

0.0.9+4 #

  • New method to migrate and generate classes.

0.0.9+3 #

  • New way to filter from findMany, findFirst and update added.
  • New method aggregate added.

0.0.1 #

  • Initial version.
4
likes
0
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

Dart SQL library for generating .dart files from .sql files

Repository (GitHub)
View/report issues

Topics

#postgres #orm

License

unknown (license)

Dependencies

args, path, postgres, strings

More

Packages that depend on dsql