datapod_engine 0.1.0 copy "datapod_engine: ^0.1.0" to clipboard
datapod_engine: ^0.1.0 copied to clipboard

Core execution engine and plugin framework for the Datapod ORM.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add datapod_engine

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  datapod_engine: ^0.1.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:datapod_engine/datapod_engine.dart';
0
likes
0
points
233
downloads

Publisher

unverified uploader

Weekly Downloads

Core execution engine and plugin framework for the Datapod ORM.

Repository (GitHub)
View/report issues

Topics

#orm #database #persistence #engine #dart

License

unknown (license)

Dependencies

datapod_api, logging, meta, yaml

More

Packages that depend on datapod_engine