static_orm_generator 0.0.2-dev static_orm_generator: ^0.0.2-dev copied to clipboard
A generator of static_orm. This package allow to automate your work and simplify your CRUD operation. The class generate for this generator allow you to perfor inserts, updates, selects and delets operations.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add static_orm_generator
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
static_orm_generator: ^0.0.2-dev
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:static_orm_generator/static_orm_generator.dart';