diesel::sqlite::expression

Module functions

Source
Available on crate feature sqlite only.
Expand description

SQLite specific functions

Functions§

  • Verifies that its argument is a valid JSON string or JSONB blob and returns a minified version of that JSON string with all unnecessary whitespace removed.
  • Converts the given json value to pretty-printed, indented text
  • Converts the given json value to pretty-printed, indented text
  • The jsonb(X) function returns the binary JSONB representation of the JSON provided as argument X.

Type Aliases§