typesql 0.0.1 copy "typesql: ^0.0.1" to clipboard
typesql: ^0.0.1 copied to clipboard

SQL type utilities and helpers for Dart model code generator and query execution

example/typesql_example.dart

import 'package:typesql/typesql.dart';

void main() {
  var awesome = sql('');
  print('awesome: ${awesome.text}');
}
0
likes
150
pub points
14%
popularity

Publisher

unverified uploader

SQL type utilities and helpers for Dart model code generator and query execution

Repository (GitHub)
View/report issues

Topics

#sql

Documentation

API reference

License

MIT (LICENSE)

Dependencies

meta, recase, sqlite3, typesql_parser, wasm_wit_component

More

Packages that depend on typesql