Lindenii Project Forge
Login

hare-lmdb

Hare bindings for LMDB
Commit info
ID
fccdef877bc3cc96133e6794d1c958acca510467
Author
Runxi Yu <me@runxiyu.org>
Author date
Sun, 10 Aug 2025 03:41:30 +0800
Committer
Runxi Yu <me@runxiyu.org>
Committer date
Sun, 10 Aug 2025 03:41:30 +0800
Actions
Remove the unnecessary cursor type
use lmdb::ffi;

// Opaque structure for navigating through a database.
export type cursor = ffi::cursor;