mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-02 01:04:13 +08:00
mdbx: IMPENDING CHANGES WARNING.
Change-Id: I2ea6ec8adb14f60794db7872a6fce4e72774d1c3
This commit is contained in:
parent
f518c48dfe
commit
86a15f4ef1
12
README.md
12
README.md
@ -1,4 +1,14 @@
|
|||||||
libmdbx
|
### IMPENDING CHANGES WARNING
|
||||||
|
================================================================================
|
||||||
|
|
||||||
|
**Now MDBX is under active development and until November 2017 is expected a big
|
||||||
|
change both of API and database format. Unfortunately those update will lead to
|
||||||
|
loss of compatibility with previous versions.**
|
||||||
|
|
||||||
|
The aim of this revolution in providing a clearer robust API and adding new
|
||||||
|
features, including the database properties.
|
||||||
|
|
||||||
|
libmdbx
|
||||||
======================================
|
======================================
|
||||||
Extended LMDB, aka "Расширенная LMDB".
|
Extended LMDB, aka "Расширенная LMDB".
|
||||||
|
|
||||||
|
9
mdbx.h
9
mdbx.h
@ -58,6 +58,15 @@
|
|||||||
#ifndef LIBMDBX_H
|
#ifndef LIBMDBX_H
|
||||||
#define LIBMDBX_H
|
#define LIBMDBX_H
|
||||||
|
|
||||||
|
/* IMPENDING CHANGES WARNING ***************************************************
|
||||||
|
*
|
||||||
|
* Now MDBX is under active development and until November 2017 is expected a
|
||||||
|
* big change both of API and database format. Unfortunately those update will
|
||||||
|
* lead to loss of compatibility with previous versions.
|
||||||
|
*
|
||||||
|
* The aim of this revolution in providing a clearer robust API and adding new
|
||||||
|
* features, including the database properties. */
|
||||||
|
|
||||||
/*--------------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user