0 purchases
dartboot db
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'));
}
copied to clipboard
More tools to come.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.