Crate surrealdb_core

Source

Modules§

sql
The full type definitions for the SurrealQL query language

Macros§

lazy_env_parse
A macro that allows lazily parsing a value from the environment variable, with a fallback default value if the variable is not set or parsing fails.
lazy_env_parse_or_else
Lazily parses an environment variable into a specified type. If the environment variable is not set or the parsing fails, it returns a default value.