Modules§
- async_
trait - github crates-io docs-rs
- cli
- sea_orm
Macros§
- all
- Macro to easily create an
Condition::all
. - any
- Macro to easily create an
Condition::any
.
Structs§
- AddColumn
Option - table alter add column options
- Alias
- Helper for create name alias
- Asterisk
- Asterisk (“*”)
- Case
Statement - Column
Def - Specification of a table column
- Common
Table Expression - A table definition inside a WITH clause (WithClause).
- Condition
- Represents the value of an
Condition::any
orCondition::all
: a set of disjunctive or conjunctive conditions. - Condition
Holder - Cycle
- For recursive WithQuery WithClauses the CYCLE sql clause can be specified to avoid creating an infinite traversals that loops on graph cycles indefinitely. You specify an expression that identifies a node in the graph and that will be used to determine during the iteration of the execution of the query when appending of new values whether the new values are distinct new nodes or are already visited and therefore they should be added again into the result.
- Delete
Statement - Delete existing rows from the table
- Expr
- Helper to build a
SimpleExpr
. - Foreign
Key - Shorthand for constructing any foreign key statement
- Foreign
KeyCreate Statement - Create a foreign key constraint for an existing table. Unsupported by Sqlite
- Foreign
KeyDrop Statement - Drop a foreign key constraint for an existing table
- Frame
Clause - Frame clause
- Func
- Function call helper.
- Func
ArgMod - Function
Call - Function call.
- Index
- Shorthand for constructing any index statement
- Index
Column - Index
Create Statement - Create an index for an existing table
- Index
Drop Statement - Drop an index for an existing table
- Insert
Statement - Insert any new rows into an existing table
- Join
Expr - Join expression used in select statement
- Like
Expr - Like Expression
- Lock
Clause - Migrator
- Migrator
Metadata - SQLite does not allow writing lock tables only, and the write lock will apply to the entire database file. It is therefore beneficial to separate the exclusive concurrently accessing components into separate database files to benefit from multiple write locks over different parts of the database.
- Mysql
Query Builder - Mysql query builder.
- Null
Alias - Null Alias
- OnConflict
- Order
Expr - Order expression
- PgFunc
- Function call helper.
- Postgres
Query Builder - Postgres query builder.
- Query
- Shorthand for constructing any table query
- Quote
- RcOrArc
- A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.
- Returning
- Shorthand for constructing
ReturningClause
- Schema
Manager - Helper struct for writing migration scripts in migration file
- SeaRc
- Search
- For recursive WithQuery WithClauses the traversing order can be specified in some databases that support this functionality.
- Select
Expr - Select expression used in select statement
- Select
Statement - Select rows from an existing table
- SqlWriter
Values - Sqlite
Query Builder - Sqlite query builder.
- Table
- Helper for constructing any table statement
- Table
Alter Statement - Alter a table
- Table
Create Statement - Create a table
- Table
Drop Statement - Drop a table
- Table
Foreign Key - Specification of a foreign key
- Table
Index - Specification of a table index
- Table
Rename Statement - Rename a table
- Table
Truncate Statement - Drop a table
- Tokenizer
- Update
Statement - Update existing rows in the table
- Value
Type Err - Values
- Window
Statement - Window expression
- With
Clause - A WITH clause can contain one or multiple common table expressions (CommonTableExpression).
- With
Query - A WITH query. A simple SQL query that has a WITH clause (WithClause).
Enums§
- Array
Type Value
types variant for Postgres array- BinOper
- Binary operator
- Column
Ref - Column references
- Column
Spec - All column specification keywords
- Column
Type - All column types
- Condition
Expression - Represents anything that can be passed to an
Condition::any
orCondition::all
’sCondition::add
method. - Condition
Holder Contents - Condition
Type - DbErr
- An error from unsuccessful database operations
- Foreign
KeyAction - Foreign key on update & on delete actions
- Foreign
KeyStatement - All available types of foreign key statement
- Frame
- frame_start or frame_end clause
- Frame
Type - Frame type
- Function
- Functions
- Index
Order - Index
Statement - All available types of index statement
- Index
Type - Specification of a table index
- JoinOn
- Join on types
- Join
Type - Join types
- Keyword
- SQL Keywords
- Lock
Behavior - List of lock behavior can be used in select statement
- Lock
Type - List of lock types that can be used in select statement
- Logical
Chain Oper - Logical chain operator
- Mode
- Null
Ordering - Nulls order
- OnConflict
Action - Represents ON CONFLICT (upsert) actions
- OnConflict
Target - Represents ON CONFLICT (upsert) targets
- OnConflict
Update - Represents strategies to update column in ON CONFLICT (upsert) actions
- Oper
- Order
- Ordering options
- PgDate
Trunc Unit - PgFunction
- Functions
- PgInterval
- Query
Statement - All available types of table query
- Returning
Clause - RETURNING clause.
- Schema
Manager Connection - Schema
Statement - Search
Order - For recursive WithQuery WithClauses the traversing order can be specified in some databases that support this functionality.
- Select
Distinct - List of distinct keywords that can be used in select statement
- Simple
Expr - Represents a Simple Expression in SQL.
- String
Len - Length for var-char/binary; default to 255
- SubQuery
Oper - SubQuery operators
- SubQuery
Statement - Table
Alter Option - All available table alter options
- Table
Drop Opt - All available table drop options
- Table
Opt - All available table options
- Table
Partition - All available table partition options
- Table
Ref - Table references
- Table
Statement - All available types of table statement
- Token
- UnOper
- Unary operator
- Union
Type - List of union types that can be used in union clause
- Value
- Value variants
- Value
Tuple - Window
Select Type - Window type in
SelectExpr
Traits§
- Conditional
Statement - Connection
Trait - The generic API for a database connection that can perform query or execute statements. It abstracts database connection and transaction
- Escape
Builder - Expr
Trait - “Operator” methods for building complex expressions.
- Foreign
KeyBuilder - From
Value Tuple - Generic
Builder - Iden
- Identifier
- Iden
List - Iden
Static - Identifier
- Index
Builder - Into
Column Def - Into
Column Ref - Into
Condition - Into
Iden - Into
Index Column - Into
Like Expr - Into
Schema Manager Connection - Into
Table Ref - Into
Value Tuple - Migration
Name - Migration
Trait - The migration definition
- Migrator
Trait - Performing migrations on a database
- Nullable
- Oper
Left Assoc Decider - Ordered
Statement - Over
Statement - Precedence
Decider - Query
Builder - Query
Statement Builder - Query
Statement Writer - Quoted
Builder - Schema
Builder - Schema
Statement Builder - SqlWriter
- Table
Builder - Table
RefBuilder - Value
Type - Write
- A trait for writing or formatting into Unicode-accepting buffers or streams.
Functions§
- inject_
parameters - sea_
value_ to_ json_ value - Convert value to json value
Type Aliases§
Attribute Macros§
Derive Macros§
- Derive
Iden - The DeriveIden derive macro will implement
sea_orm::sea_query::Iden
for simplify Iden implementation. - Derive
Migration Name - The DeriveMigrationName derive macro will implement
sea_orm_migration::MigrationName
for a migration. - Iden
- Iden
Static