Use official sext instead of copy

This commit is contained in:
Ulf Wiger
2018-02-06 14:30:17 +01:00
parent 6c9f5b565f
commit 3fccd1cd4f
6 changed files with 11 additions and 1108 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ tables you want to be in RocksDB.
RocksDB tables support efficient selects on *prefix keys*.
The backend uses the `mnesia_rocksdb_sext` module (see
The backend uses the `sext` module (see
https://github.com/uwiger/sext) for mapping between Erlang terms and the
binary data stored in the tables. This provides two useful properties: