************************************************

Fredb is a free, fast, and dead simple key value store.

Generating an API key will automatically provision a database with that key. Databases are deleted after 67 days of inactivity.

curl db.fredyang.com/robot for LLM friendly project specs or click here

Usage

Get a value from a key.

GET db.fredyang.com/key/KEY

Add or update a value from a key.

PUT db.fredyang.com/key/KEY

Delete a key/value pair.

DELETE db.fredyang.com/key/KEY

Get a list of key/value pairs between two keys, determined alphabetically.

GET db.fredyang.com/range?start=START&end=END

Add your API key to the X-Api-Key header on every request.

Check the docs

Limits

Max value size50MB per key
Storage cap1GB per tenant

Disclaimer

Fredb is still a personal project! As of writing, please do not rely on Fredb to:

  • Store sensitive data
  • Always be available

As I'm working on this, your data could be lost at anytime.

I don't want to be the reason why your demo stops working in front of the entire company. That being said, I'll be doing my absolute best not to be.