libdbm 0.4.1
libdbm: ^0.4.1 copied to clipboard
A fast, zero-dependency, disk-based key-value store for Dart. Hash tables, B+trees with sorted iteration and range queries, versioned transactions, and a familiar Map API.
We analyzed this package 45 hours ago, and awarded it 160 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
147 out of 152 API elements (96.7 %) have documentation comments.
Some symbols that are missing documentation: dbm, dbm.DBM.DBM.new, dbm.Transaction.Transaction.new, dbm.VersionedDBM.VersionedDBM.new, libdbm.SortedDBM.SortedDBM.new.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:libdbm/libdbm.dartthat imports:package:libdbm/src/versioned_dbm.dartthat imports:package:libdbm/src/version_store.dartthat imports:package:libdbm/src/memory_pool.dartthat imports:package:libdbm/src/io.dartthat imports:dart:io
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.12, Dart 3.11.5.
Check the analysis log for details.