Structs§
- Field
Type - A field defined in a SurrealQL schema with its type information.
- Function
Param - A parameter defined in a SurrealQL DEFINE FUNCTION statement.
Functions§
- collect_
field_ types - Collect all field types for all tables from
.surqlfiles underschema_dir. - find_
field_ type - Find the type of a specific field on a table, scanning
.surqlfiles underschema_dir. - find_
function_ params - Find a DEFINE FUNCTION by name and return its parameters.