bavard 0.0.11
bavard: ^0.0.11 copied to clipboard
An Laravel Eloquent-inspired ORM for Flutter. Supports SQLite, PostgreSQL and PowerSync with fluent queries, relationships, soft deletes, timestamps, casts and more.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add bavardThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
bavard: ^0.0.11Alternatively, 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:bavard/bavard.dart';