/dartDB

dartDB

Primary LanguageDartMIT LicenseMIT

A library for Dart developers.

Created from templates made available by Stagehand under a BSD-style license.

Usage

A simple usage example:

import 'package:dartDB/dartDB.dart';

main() {
  var d = DBServerDaemon('127.0.0.1', 2929);
  d.initServers(5);
}

Features and bugs

Please file feature requests and bugs at the issue tracker.