services.surrealdb.dbPath

The path that surrealdb will write data to. Use null for in-memory. Can be one of "memory", "rocksdb://:path", "surrealkv://:path", "tikv://:addr", "fdb://:addr".

Type
string
Default
"rocksdb:///var/lib/surrealdb/"
Example
"memory"
Declared
<nixpkgs/nixos/modules/services/databases/surrealdb.nix>