jaguar_query_sqflite 2.2.11 copy "jaguar_query_sqflite: ^2.2.11" to clipboard
jaguar_query_sqflite: ^2.2.11 copied to clipboard

SQFLite database adapter for jaguar_query for Flutter. Use it in combination with jaguar_orm to write concise and readable database queries.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add jaguar_query_sqflite

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

dependencies:
  jaguar_query_sqflite: ^2.2.11

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:jaguar_query_sqflite/jaguar_query_sqflite.dart';
7
likes
40
points
585
downloads

Publisher

unverified uploader

Weekly Downloads

SQFLite database adapter for jaguar_query for Flutter. Use it in combination with jaguar_orm to write concise and readable database queries.

Repository (GitHub)

License

BSD-3-Clause (license)

Dependencies

flutter, jaguar_query, sqflite

More

Packages that depend on jaguar_query_sqflite