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
35
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

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