datapod_generator 0.2.0 copy "datapod_generator: ^0.2.0" to clipboard
datapod_generator: ^0.2.0 copied to clipboard

Code generator for Datapod ORM.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add datapod_generator

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

dependencies:
  datapod_generator: ^0.2.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_generator/datapod_generator.dart';
0
likes
120
points
109
downloads

Publisher

unverified uploader

Weekly Downloads

Code generator for Datapod ORM.

Repository (GitHub)
View/report issues

Topics

#orm #database #codegen

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

analyzer, build, code_builder, datapod_api, datapod_engine, glob, path, source_gen, yaml

More

Packages that depend on datapod_generator