m7db 0.0.3 copy "m7db: ^0.0.3" to clipboard
m7db: ^0.0.3 copied to clipboard

outdated

A Simple Dart Package that helps to deal with sqflite in simple way it's main purpose to 1- gives an abstract DAO class that provides the four CRUD operation plus common other transaction 2- remove re [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add m7db

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

dependencies:
  m7db: ^0.0.3

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:m7db/m7db.dart';
4
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A Simple Dart Package that helps to deal with sqflite in simple way it's main purpose to 1- gives an abstract DAO class that provides the four CRUD operation plus common other transaction 2- remove redundant code that's we repeated in every project 3- gives helper methods for common situation with the sqflite

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

sqflite

More

Packages that depend on m7db