boing_data_dpa 0.0.1 copy "boing_data_dpa: ^0.0.1" to clipboard
boing_data_dpa: ^0.0.1 copied to clipboard

Boing Data DPA is a Dart/Flutter package inspired by Spring Data JPA, offering simplified data persistence using annotations. It supports SQLite, PostgreSQL, and MySQL databases.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add boing_data_dpa

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

dependencies:
  boing_data_dpa: ^0.0.1

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:boing_data_dpa/boing_data_dpa.dart';
1
likes
130
points
35
downloads

Publisher

verified publisherevandersondev.com.br

Weekly Downloads

Boing Data DPA is a Dart/Flutter package inspired by Spring Data JPA, offering simplified data persistence using annotations. It supports SQLite, PostgreSQL, and MySQL databases.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, cuid2, glob, mysql1, path, postgres, source_gen, sqlite3, uuid, yaml

More

Packages that depend on boing_data_dpa