Skip to content

Commit

Permalink
updates links in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sadit committed Jun 26, 2024
1 parent be12dc8 commit a7be0c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ NOTE: If you're considering using `LevelDB2` for a fresh project,
- please see this [comparison](https://mozilla.github.io/firefox-browser-architecture/text/0017-lmdb-vs-leveldb.html) with [`LMDB`](https://www.symas.com/lmdb) (a Julia package is also available [`LMDB.jl`](https://github.com/wildart/LMDB.jl)).
- On the other hand, `LevelDB` has builtin compression and it is less painful whenever using `mmap` becomes an issue.


## Install `LevelDB2.jl`

```julia
] add https://github.com/JuliaDatabases/LevelDB2.jl
] add LevelDB2
```

## Run Testing Code
Expand Down

0 comments on commit a7be0c8

Please sign in to comment.