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

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

example/lib/main.dart

import 'package:example/app_root.dart';
import 'package:example/sql_notifier.dart';
import 'package:flutter/material.dart';

/// A notifier for SQL statements.
final sqlNotifier = SqlNotifier();

void main() => runApp(
      AppRoot(
        sqlNotifier: sqlNotifier,
      ),
    );
0
likes
150
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

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on selecta