sql_builder_dart

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

sql builder dart

Build a SQL with strong-typed function.
Features #

Support select, insert, update and delete
Support type string and int on parameters binding

Getting started #
dart pub add sql_builder_dart
copied to clipboard
or
flutter pub add sql_builder_dart
copied to clipboard
Usage #
import 'sql_builder_dart/sql_builder_dart.dart';

void main() {
final query = DatabaseCommandBuilder.select("aaa");
query.selectColumn("aaa");
print(query.build());
print(query.getParams());
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.