delta_trace_db 0.0.34 copy "delta_trace_db: ^0.0.34" to clipboard
delta_trace_db: ^0.0.34 copied to clipboard

The NoSQL in-memory database with class-based functionality and detailed operation history tracking.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add delta_trace_db

With Flutter:

 $ flutter pub add delta_trace_db

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

dependencies:
  delta_trace_db: ^0.0.34

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:delta_trace_db/delta_trace_db.dart';
0
likes
160
points
581
downloads

Publisher

unverified uploader

Weekly Downloads

The NoSQL in-memory database with class-based functionality and detailed operation history tracking.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection, file_state_manager, logging

More

Packages that depend on delta_trace_db