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

selecta #

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

Try it out here. This example uses the arborio package to display the tree view.

Video

You can do like this:

final selectStatement = toSelectStatement('SELECT id, name FROM Users');
print('Columns: ${selectStatement.select} From: ${selectStatement.from}');

Output

Columns: [ColumnReference (id), ColumnReference (name)] From: Users
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