mdbx: actualize list of supported OS.

This commit is contained in:
Leonid Yuriev
2019-11-16 00:34:49 +03:00
parent 7ef61e12c0
commit dc03299dc6
2 changed files with 6 additions and 4 deletions

View File

@@ -85,8 +85,9 @@ which might be a caveat for some workloads.
DB](https://en.wikipedia.org/wiki/Berkeley_DB) and/or
[dbm](https://en.wikipedia.org/wiki/DBM_(computing)) API.
- _libmdbx_ supports Linux, Windows, MacOS, FreeBSD and other systems
compliant with POSIX.1-2008.
- _libmdbx_ supports Linux, Windows, MacOS, FreeBSD, DragonFly, Solaris,
OpenSolaris, OpenIndiana, NetBSD, OpenBSD and other systems compliant with
POSIX.1-2008.
### Comparison with other databases
For now please refer to [chapter of "BoltDB comparison with other