iw_database 1.1.0 copy "iw_database: ^1.1.0" to clipboard
iw_database: ^1.1.0 copied to clipboard

This project is an implementation that allow developers to encapsulate their own usage of database clients.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add iw_database

With Flutter:

 $ flutter pub add iw_database

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

dependencies:
  iw_database: ^1.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:iw_database/iw_database.dart';
2
likes
160
points
19
downloads

Documentation

API reference

Publisher

verified publisherivanwilhelm.dev

Weekly Downloads

This project is an implementation that allow developers to encapsulate their own usage of database clients.

Repository (GitHub)

Topics

#database #mysql

License

MIT (license)

Dependencies

collection, mysql_client

More

Packages that depend on iw_database