SATORI

the future of databases

DOWNLOAD NOW

DOCS

JUST EASIER

Satori focuses on providing developers with the smoothest and simplest experience possible.

FAST

All of Satori's functions are optimized, the vast majority of functions run at logN time.

SCALABLE

Horizontal scaling out of the box, just one command away.

IT'S FREE

You can enjoy all of Satori's features for free. You won't regret it.

LOOK AT THE CODE

const { Satori } = require("satori-node");
const satori = new Satori("127.0.0.1", 2310);

async function sample() {
    const key = await satori.set({
        data: "hi!"
    });

    if (key){
        const res = await satori.encrypt({
            key: key,
            encryption_key: "123456"
        })

        if(res){
            const obj = await satori.get({
                key: key,
                encryption_key: "123456"
            })

            console.log(obj)
        }
    }
}

sample()

DONATE

If Satori's mission to make developers lives a little easier resonates with you, consider supporting us with a donation. Every contribution—no matter the size—fuels improvements, new features, and the cozy feeling that we're building something meaningful together. But hey—whether you donate or not, your encouragement, feedback, or even just being part of this community means the world to us.

ETH & USDT: 0x442A6dFeCbd46fec786401a972f3cB0938D7A2aC