If you’re building an AI-native application and still stitching together three separate databases, SurrealDB is worth a serious look right now. The London-based startup just released SurrealDB 3.0 into general availability this week – on February 17, 2026 – and announced a $23 million Series A extension on the same day. The timing isn’t coincidental. The multi-model database is moving fast and the momentum is real.
One Engine, Eight Models:
Most production stacks today combine a relational database for structured data, a vector store for embeddings, and a graph database for relationships. Each one adds latency, a sync layer, and something else to maintain. SurrealDB 3.0, built in Rust, unifies relational, document, graph, time-series, vector, search, geospatial, and key-value data into a single platform. You run one query to traverse a graph, filter structured records, and pull vector-similar results at the same time.
This is what the multi-model database category promises – but SurrealDB actually delivers it through SurrealQL, its SQL-like query language, rather than bolting engines together behind an abstraction layer.
Why 3.0 Matters:
SurrealDB 3.0 introduces a redesigned on-disk document representation, separation of stored values from executable expressions, ID-based metadata storage, and synchronized writes enabled by default. These aren’t just incremental fixes. They’re architectural changes that improve reliability at scale.
The release also expands vector indexing, improves multimodal data storage, and adds support for agent memory through context graphs embedded directly within the database layer. Developers can now define custom API endpoints directly within the database, manage complex workflows through client-side transactions, and express logic safely with Computed Fields and Record References.
For teams building AI agents, this matters because agents need consistent memory and relationship context – not just a flat vector store. SurrealDB’s context graphs handle that natively.
The AI Agent Use Case:
Voice agents, interactive assistants, and stateful agents are sensitive to both latency and data freshness. SurrealDB’s query model and real-time features serve up-to-date context without polling or background sync jobs.
The database also supports MCP-based agent memory as of this release, which means AI agents running on standard Model Context Protocol infrastructure can use SurrealDB as a persistent memory layer without custom middleware. This is a concrete, practical advantage for developers working with agentic systems today.
Traction and Funding:
SurrealDB reports 2.3 million downloads, 31,000 GitHub stars, and more than 1,000 forks. Customers include Verizon, Walmart, ING, Nvidia, Samsung, and Tencent. That’s a meaningful enterprise footprint for a database that only entered general availability at this scale in 2026.
The Series A extension brings the full round to $38 million, with Chalfen Ventures and Begin Capital joining existing investors FirstMark Capital and Georgian Partners. Total funding including seed now stands at $44 million.
The capital will go toward cloud infrastructure, enterprise reliability features, and expanding the team – all areas that matter if you’re evaluating SurrealDB for production use.
Runs Anywhere:
One underrated detail: SurrealDB runs as a single binary. You can embed it directly in your app, run it in the browser via WebAssembly, deploy it at the edge, or spin up a distributed cluster. The same engine, same query language, same behavior across all environments.
For developers who want to explore SurrealDB’s multi-model capabilities hands-on, the official documentationis well-structured and includes a browser-based sandbox. If you’re already running containers, the SurrealDB Docker Desktop Extension covers setup and gives you a visual interface through Surrealist.
What’s Next to Follow:
The company is actively scaling its cloud offering, which means a managed SurrealDB experience is on the near-term roadmap. The January 2026 release also introduced the DEFER keyword for background index building – useful for large datasets – and configurable WebSocket limits. Both point toward SurrealDB becoming more operationally mature for high-throughput production environments.
If you’re in the market for a multi-model database that handles AI agent memory, real-time queries, and graph traversal without managing separate systems, SurrealDB 3.0 is the right version to evaluate. The architecture is now stable, the enterprise customers are named, and the funding is in place to support it long-term.