TempDB is a lightweight, in-memory key-value store with persistence capabilities, designed for temporary data storage and quick access.
TempDB has been created to provide a simple, fast, and flexible solution for temporary data storage needs. It's useful for:
- Caching frequently accessed data
- Storing session information
- Implementing rate limiting
- Prototype development and testing
This repo containes libraries for interacting with TempDB, with the listed languages.
Clients can connect to the database using the available libraries for Golang, Javascript and Python.