possum-db 0.3.0

concurrent disk-backed cache supporting efficient direct file I/O, transactions, and snapshots using file cloning and sparse files
Documentation
1
2
3
4
5
6
7
8
9
FROM alpine

RUN apk add gcc

RUN apk add make libc-dev

COPY . .

RUN make