sqltree 0.6.0 copy "sqltree: ^0.6.0" to clipboard
sqltree: ^0.6.0 copied to clipboard

Dart 1 only

A library for building sql queries through a tree representation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sqltree

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

dependencies:
  sqltree: ^0.6.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:sqltree/sqltree.dart';
0
likes
30
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

A library for building sql queries through a tree representation.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

collection

More

Packages that depend on sqltree