flutter_mybatis 1.1.5 copy "flutter_mybatis: ^1.1.5" to clipboard
flutter_mybatis: ^1.1.5 copied to clipboard

MyBatis-style XML-based SQL mapping library for Flutter/Dart. Separate SQL from code using XML files with dynamic SQL support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_mybatis

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

dependencies:
  flutter_mybatis: ^1.1.5

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

Import it

Now in your Dart code, you can use:

import 'package:flutter_mybatis/flutter_mybatis.dart';
0
likes
140
points
65
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

MyBatis-style XML-based SQL mapping library for Flutter/Dart. Separate SQL from code using XML files with dynamic SQL support.

Repository (GitHub)
View/report issues

Topics

#database #sql #orm #mybatis #sqlite

License

unknown (license)

Dependencies

flutter, sqflite_common, xml

More

Packages that depend on flutter_mybatis