From 65e5b82d5b83b0d01fc1a5cfc0e90161d1a3f798 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 22 Jun 2022 12:38:32 +0530 Subject: genotype-database: Use '*' as list bullets. * topics/genotype-database.gmi [Database layout]: Use '*' as list bullets instead of '-'. --- topics/genotype-database.gmi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topics/genotype-database.gmi b/topics/genotype-database.gmi index 01e23d2..9dee8a7 100644 --- a/topics/genotype-database.gmi +++ b/topics/genotype-database.gmi @@ -37,9 +37,9 @@ Being a functional database, genodb can store multiple versions of the genotype LMDB maps octet vector keys to octet vector values. Any data we put into a LMDB database needs to be encoded to octets. genodb supports the following three data types with their respective encodings. -- integer: little-endian encoded 64-bit unsigned integer -- string: UTF-8 encoded without a terminating null character -- octet vector: no encoding required, written verbatim +* integer: little-endian encoded 64-bit unsigned integer +* string: UTF-8 encoded without a terminating null character +* octet vector: no encoding required, written verbatim ### Blobs -- cgit v1.2.3