selecta 0.0.2-beta copy "selecta: ^0.0.2-beta" to clipboard
selecta: ^0.0.2-beta copied to clipboard

A model that represents SQL Select queries, and tools to convert from SQL/JSON to the model and back

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add selecta

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

dependencies:
  selecta: ^0.0.2-beta

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:selecta/functions.dart';
import 'package:selecta/model/model.dart';
import 'package:selecta/model/operand.dart';
import 'package:selecta/model/select_column.dart';
import 'package:selecta/model/select_statement.dart';
import 'package:selecta/model/where_clause_element.dart';
import 'package:selecta/sql_parser.dart';
import 'package:selecta/where_clause_builder.dart';
0
likes
0
points
18
downloads

Publisher

verified publisherchristianfindlay.com

Weekly Downloads

A model that represents SQL Select queries, and tools to convert from SQL/JSON to the model and back

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on selecta