Lindenii Project Forge
Login

hare-lmdb

LMDB bindings for Hare

Hi… I am well aware that this diff view is very suboptimal. It will be fixed when the refactored server comes along!

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;