Include documentation for API and subcrates
This commit is contained in:
parent
dfdfc24ee5
commit
3e770a337b
40 changed files with 89 additions and 9 deletions
6
api/adaptors/memory/README.md
Normal file
6
api/adaptors/memory/README.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Memory Adaptor
|
||||
|
||||
This adaptor stores everything in memory, and all data is lost when the API is stopped. Useful for testing.
|
||||
|
||||
> **Warning**
|
||||
> Do not use this adaptor in production!
|
||||
Loading…
Add table
Add a link
Reference in a new issue