sqfentity_gen 1.0.0 copy "sqfentity_gen: ^1.0.0" to clipboard
sqfentity_gen: ^1.0.0 copied to clipboard

outdated

SqfEntity Model Code Generator. SqfEntity ORM for Flutter/Dart lets you build and execute SQL commands easily and quickly with the help of fluent methods similar to .Net Entity Framework.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sqfentity_gen

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

dependencies:
  sqfentity_gen: ^1.0.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:sqfentity_gen/sqfentity_gen.dart';
19
likes
0
pub points
90%
popularity

Publisher

verified publisherhuseyintokpinar.com

SqfEntity Model Code Generator. SqfEntity ORM for Flutter/Dart lets you build and execute SQL commands easily and quickly with the help of fluent methods similar to .Net Entity Framework.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, build, source_gen, sqfentity_base

More

Packages that depend on sqfentity_gen