🚨 AtomicJar is now part of Docker 🐋! Read the blog

Documentation

Go Rust

Community Module

These modules are maintained by the community, outside of the Testcontainers project.

Description

SurrealDB is an end-to-end cloud-native database designed for modern applications, including web, mobile, serverless, Jamstack, backend, and traditional applications.

With SurrealDB, you can simplify your database and API infrastructure, reduce development time, and build secure, performant apps quickly and cost-effectively.

Read more on SurrealDB Website.

Examples

surrealdbContainer, err := surrealdb.RunContainer(ctx, testcontainers.WithImage("surrealdb/surrealdb:v1.1.1"))
let docker = Cli::default();
let surrealdb_container = docker.run(SurrealDb::default());