Skip to content

Commit dd8a078

Browse files
committed
update badge
1 parent d00371a commit dd8a078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# LMDB
2-
[![Build Status](https://travis-ci.org/wildart/LMDB.jl.svg?branch=master)](https://travis-ci.org/wildart/LMDB.jl)
2+
[![CI](https://github.com/plantingspace/LMDB.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/plantingspace/LMDB.jl/actions/workflows/CI.yml)
33
[![Coverage Status](https://img.shields.io/coveralls/wildart/LMDB.jl.svg)](https://coveralls.io/r/wildart/LMDB.jl)
44

55
Lightning Memory-Mapped Database (LMDB) is an ultra-fast, ultra-compact key-value embedded data store developed by Symas for the OpenLDAP Project. It uses memory-mapped files, so it has the read performance of a pure in-memory database while still offering the persistence of standard disk-based databases, and is only limited to the size of the virtual address space. This module provides a Julia interface to [LMDB (v0.9.27)](https://github.com/LMDB/lmdb).

0 commit comments

Comments
 (0)