dart_lmdb2 0.9.2 copy "dart_lmdb2: ^0.9.2" to clipboard
dart_lmdb2: ^0.9.2 copied to clipboard

A modern Dart wrapper for LMDB (Lightning Memory-Mapped Database), providing both high-level convenience methods and low-level transaction control.

0.9.2 #

  • change exported dart file from dart_lmdb2.dart => lmdb.dart
  • change LMDB2 class name to LMDB

0.9.1 #

  • Bundle dynamic libraries for all native platforms and load in a sane way
  • Build fat (arm64, x86_64) dylib on MacOS
  • README.md: fix pub.dev package URL and adapt build matrix
  • pubsepc.yml: fix example section
  • Remove unneeded LMDBTxn class
  • Fix CI upload of artifacts
  • Fix Lint errors for pana

0.9.0 #

  • Initial release
  • Basic CRUD operations with auto-transactions
  • Manual transaction control
  • Cursor operations
  • Database statistics and analysis
  • Configurable initialization
  • Documentation and examples
1
likes
0
points
74
downloads

Publisher

verified publishergrammatek.com

Weekly Downloads

2024.05.28 - 2025.04.22

A modern Dart wrapper for LMDB (Lightning Memory-Mapped Database), providing both high-level convenience methods and low-level transaction control.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, ffi, path

More

Packages that depend on dart_lmdb2