static_orm_generator 0.0.2-dev copy "static_orm_generator: ^0.0.2-dev" to clipboard
static_orm_generator: ^0.0.2-dev copied to clipboard

outdated

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';
0
likes
0
points
85
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

data_db, file_utils, static_postgres_orm

More

Packages that depend on static_orm_generator