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

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add queryflow

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  queryflow: ^0.2.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:queryflow/queryflow.dart';
1
likes
0
points
416
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