diesel::sqlite::expression

Module dsl

Source
Available on crate feature sqlite only.
Expand description

SQLite specific expression DSL methods.

This module will be glob imported by diesel::dsl when compiled with the feature = "sqlite" flag.

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§