Update '[Old] Database Design'

projectmoon 2021-05-23 22:56:46 +00:00
parent 432049ab9c
commit 4b657c7194
1 changed files with 1 additions and 0 deletions

@ -1,4 +1,5 @@
# Database Design
*This article applies to the original database design, which used the Sled key-value store.*
The dicebot uses [Sled](https://sled.rs/). Sled is a fast, embedded key-value database that stores keys and values as byte arrays.