Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 246 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 246 Bytes

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.