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
352d239ea2ecaf0b6915e25b7e246c0c3db3f25f
Author
Runxi Yu <me@runxiyu.org>
Author date
Fri, 14 Mar 2025 01:09:14 +0800
Committer
Runxi Yu <me@runxiyu.org>
Committer date
Fri, 14 Mar 2025 01:09:14 +0800
Actions
Add a Makefile for the example
all: get put

.ha:
	hare build -o $@ -llmdb $<

.PHONY: all
.SUFFIXES: .ha