queryflow 0.2.3
queryflow: ^0.2.3 copied to clipboard
Queryflow is a lightweight and flexible Query Builder designed to simplify the process of building and executing SQL queries.
0.2.3 #
- Adds
deletemethod. - Adds
Group by
0.2.2 #
- Adds
TypeAdapter.
0.2.1 #
- Adds
aliasinjoinmethod.
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,updateModelansselectModelinQueryflow
0.0.1 #
- Initial version