pub struct SqliteDialect;
Expand description
SQLite dialect.
Returns the name of the dialect.
Returns the identifier quote character (e.g., " for standard SQL, ` for MySQL).
Returns whether the dialect supports RETURNING clause.
Returns whether the dialect supports UPSERT (ON CONFLICT).
Returns the string escape character.
Returns the parameter placeholder style.
Returns whether the dialect supports LIMIT with OFFSET.
Quotes an identifier if necessary.