vania_mysql 1.0.0 copy "vania_mysql: ^1.0.0" to clipboard
vania_mysql: ^1.0.0 copied to clipboard

MySQL ORM, query builder, migrations, and driver for Vania.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add vania_mysql

With Flutter:

 $ flutter pub add vania_mysql

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

dependencies:
  vania_mysql: ^1.0.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:vania_mysql/vania_mysql.dart';
0
likes
150
points
84
downloads

Documentation

Documentation
API reference

Publisher

verified publishervdart.dev

Weekly Downloads

MySQL ORM, query builder, migrations, and driver for Vania.

Homepage
Repository (GitHub)
View/report issues

Topics

#server #backend #database #orm #vania

License

MIT (license)

Dependencies

meta, mysql_client, vania

More

Packages that depend on vania_mysql