queryflow 0.3.1 copy "queryflow: ^0.3.1" to clipboard
queryflow: ^0.3.1 copied to clipboard

Queryflow is a lightweight and flexible Query Builder designed to simplify the process of building and executing SQL queries.

0.3.1 #

  • Fix View sync.

0.3.0 #

  • Adds View syncronizer
  • Adds IsNull and IsNotNull
  • Adds onUpdate in tablecolumn

0.2.8 #

  • Flix limit bug

0.2.7 #

  • Able limit after orderBy

0.2.5 #

  • Adds fetchAsOne method.
  • Fix show count method

0.2.4 #

  • Adds fetchOne method.

0.2.3 #

  • Adds delete method.
  • Adds Group by

0.2.2 #

  • Adds TypeAdapter.

0.2.1 #

  • Adds alias in join method.

0.2.0 #

  • Adds TableModel. By using TableModel, you can manage your database schema directly in your Dart code, ensuring consistency and reducing the need for manual SQL scripts.
  • Adds support to Pool of connections

0.1.1 #

  • Adds example

0.1.0 #

  • Adds executeTransation
  • Adds insertModel, updateModel ans selectModel in Queryflow

0.0.1 #

  • Initial version
2
likes
0
points
106
downloads

Publisher

verified publisherrafaelbarbosatec.com

Weekly Downloads

Queryflow is a lightweight and flexible Query Builder designed to simplify the process of building and executing SQL queries.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

mysql_dart

More

Packages that depend on queryflow