Skip to content

Database package for dartboot. Includes mysql, mongodb, clickhouse so far.

License

Notifications You must be signed in to change notification settings

dartboot/dartboot_db

Repository files navigation

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.

About

Database package for dartboot. Includes mysql, mongodb, clickhouse so far.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages