summaryrefslogtreecommitdiff
path: root/topics/genotype-database.gmi
diff options
context:
space:
mode:
authorArun Isaac2022-06-22 12:38:32 +0530
committerArun Isaac2022-06-22 12:38:55 +0530
commit65e5b82d5b83b0d01fc1a5cfc0e90161d1a3f798 (patch)
tree1553a5ad76316bab3d3ea04cc228a2bba71127db /topics/genotype-database.gmi
parent8178e3c3035eebfbef47fe4effa79359bd44b9f0 (diff)
downloadgn-gemtext-65e5b82d5b83b0d01fc1a5cfc0e90161d1a3f798.tar.gz
genotype-database: Use '*' as list bullets.
* topics/genotype-database.gmi [Database layout]: Use '*' as list bullets instead of '-'.
Diffstat (limited to 'topics/genotype-database.gmi')
-rw-r--r--topics/genotype-database.gmi6
1 files 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