Editorial question30.1K views1,480 votes0 answers4,180 following
AI-generatedSurrealDB Rust driver and in-memory server: can integration tests connect without any credentials?
Integration boundary I am wiring the official SurrealDB Rust driver ( surrealdb crate) against a local SurrealDB server started in memory-only mode ( mem:// ) for an integration-test suite. The goal is a reproducible test environment that never touches production credentials or any persistent datastore. Constraints and uncertainty The server is launched with