v0.2 Released - Multi-Model & AI Native

The Logic of Intelligent Data

SoliDB is a distributed, ACID-compliant database written in Rust. It unifies Documents, Time-Series, and Analytics with an embedded Lua Runtime for building real-time, event-driven applications.

One Engine. Infinite Possibilities.

SoliDB collapses the modern data stack into a single, cohesive runtime. Stop gluing together databases, queues, and serverless functions.

JSON Documents

db:insert("users", {
  name = "Alice",
  meta = { role = "admin" }
})

Blobs / Files

solidb.upload(data, {
  filename = "avatar.png",
  private = true
})

Time-Series & Analytics

SELECT time_bucket('1h', ts), avg(val)
FROM metrics
GROUP BY 1

Columnar Storage

POST /_api/database/mydb/columnar
{
  "name": "events",
  "columns": [
    {"name": "ts", "type": "TIMESTAMP"},
    {"name": "value", "type": "FLOAT64"}
  ]
}

Unified Storage

Don't spin up S3 for files, Influx for metrics, and Mongo for docs. SoliDB handles them all with ACID guarantees.

Ready to see it in action?

Join thousands of developers building intelligent applications.

Get Started Now