mirror of
https://github.com/isar/libmdbx.git
synced 2025-06-27 15:22:36 +08:00
mdbx: actualize list of supported OS.
This commit is contained in:
parent
7ef61e12c0
commit
dc03299dc6
@ -85,8 +85,9 @@ which might be a caveat for some workloads.
|
|||||||
DB](https://en.wikipedia.org/wiki/Berkeley_DB) and/or
|
DB](https://en.wikipedia.org/wiki/Berkeley_DB) and/or
|
||||||
[dbm](https://en.wikipedia.org/wiki/DBM_(computing)) API.
|
[dbm](https://en.wikipedia.org/wiki/DBM_(computing)) API.
|
||||||
|
|
||||||
- _libmdbx_ supports Linux, Windows, MacOS, FreeBSD and other systems
|
- _libmdbx_ supports Linux, Windows, MacOS, FreeBSD, DragonFly, Solaris,
|
||||||
compliant with POSIX.1-2008.
|
OpenSolaris, OpenIndiana, NetBSD, OpenBSD and other systems compliant with
|
||||||
|
POSIX.1-2008.
|
||||||
|
|
||||||
### Comparison with other databases
|
### Comparison with other databases
|
||||||
For now please refer to [chapter of "BoltDB comparison with other
|
For now please refer to [chapter of "BoltDB comparison with other
|
||||||
|
5
mdbx.h
5
mdbx.h
@ -3,8 +3,9 @@
|
|||||||
* libmdbx is superior to LMDB (https://bit.ly/26ts7tL) in terms of features
|
* libmdbx is superior to LMDB (https://bit.ly/26ts7tL) in terms of features
|
||||||
* and reliability, not inferior in performance. In comparison to LMDB, libmdbx
|
* and reliability, not inferior in performance. In comparison to LMDB, libmdbx
|
||||||
* makes many things just work perfectly, not silently and catastrophically
|
* makes many things just work perfectly, not silently and catastrophically
|
||||||
* break down. libmdbx supports Linux, Windows, MacOS, FreeBSD and other
|
* break down. libmdbx supports Linux, Windows, MacOS, FreeBSD, DragonFly,
|
||||||
* systems compliant with POSIX.1-2008.
|
* Solaris, OpenSolaris, OpenIndiana, NetBSD, OpenBSD and other systems
|
||||||
|
* compliant with POSIX.1-2008.
|
||||||
*
|
*
|
||||||
* Look below for API description, for other information (build, embedding and
|
* Look below for API description, for other information (build, embedding and
|
||||||
* amalgamation, improvements over LMDB, benchmarking, etc) please refer to
|
* amalgamation, improvements over LMDB, benchmarking, etc) please refer to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user