Crate surrealdb_core

source ·

Modules§

  • The full type definitions for the SurrealQL query language

Macros§

  • 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.
  • 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.