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

Ultra Pro Query Analyzer — A professional Dart package for automatic monitoring, profiling, and intelligent diagnosis of slow database queries.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add query_analyzer

With Flutter:

 $ flutter pub add query_analyzer

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

dependencies:
  query_analyzer: ^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:query_analyzer/query_analyzer.dart';
0
likes
130
points
6
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Ultra Pro Query Analyzer — A professional Dart package for automatic monitoring, profiling, and intelligent diagnosis of slow database queries.

Repository (GitHub)
View/report issues

Topics

#performance #profiling #monitoring #diagnostics #database

License

MIT (license)

Dependencies

async, collection, crypto, equatable, http, intl, json_annotation, logging, meta, path, rxdart, sqflite_common_ffi, uuid

More

Packages that depend on query_analyzer