dartboot_db 1.0.3 copy "dartboot_db: ^1.0.3" to clipboard
dartboot_db: ^1.0.3 copied to clipboard

The common db package for DartBoot database intergration.

The base library for DartBoot database clients.

Usage #

A simple usage example:

import 'package:dartboot_db/dartboot_db.dart';

main() {
  print(ModelUtils.formatSql('select    * from table1 where    1=1'));
}

More tools to come.

0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

The common db package for DartBoot database intergration.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

dartboot_annotation, dartboot_util

More

Packages that depend on dartboot_db