bavard 0.0.20 copy "bavard: ^0.0.20" to clipboard
bavard: ^0.0.20 copied to clipboard

An 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 bavard

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

dependencies:
  bavard: ^0.0.20

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:bavard/bavard.dart';
3
likes
0
points
207
downloads

Publisher

unverified uploader

Weekly Downloads

An Eloquent-inspired ORM for Flutter. Supports SQLite, PostgreSQL and PowerSync with fluent queries, relationships, soft deletes, timestamps, casts and more.

Homepage
Repository (GitHub)
View/report issues

Topics

#orm #flutter #dart #powersync #sqlite

License

unknown (license)

Dependencies

analyzer, build, build_runner, source_gen, uuid

More

Packages that depend on bavard