crabfit/api/adaptors/memory/README.md
2023-05-15 23:51:12 +10:00

7 lines
182 B
Markdown

# 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!