sql_builder_dart 1.0.0 copy "sql_builder_dart: ^1.0.0" to clipboard
sql_builder_dart: ^1.0.0 copied to clipboard

Build a SQL with strong-typed function

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sql_builder_dart

With Flutter:

 $ flutter pub add sql_builder_dart

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

dependencies:
  sql_builder_dart: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:sql_builder_dart/sql_builder_dart.dart';
0
likes
150
points
4
downloads

Documentation

API reference

Publisher

verified publisherwahderland.com

Weekly Downloads

Build a SQL with strong-typed function

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

More

Packages that depend on sql_builder_dart