Expand description
Test implementations
Modulesยง
- batch_
associations - Test batching association-scoped statements (create, query, update, delete)
through
toasty::batch(). - batch_
create_ statements - batch_
nested_ create - batch_
query - batch_
query_ dynamic - batch_
rollback - batch_
update_ delete - clone_
query - Test that generated query, create, and update structs implement Clone.
- crud_
basic - crud_
batch_ create - Test batch creation of models
- crud_
composite_ key_ in_ list - crud_
composite_ key_ pagination - Test pagination on composite-key models.
- crud_
create_ macro - crud_
driver_ ops - crud_
model_ level_ key - crud_
option_ filter - Test filtering models by Option fields using is_some() and is_none()
- crud_
partitioned - crud_
query - Test querying models with various filters and constraints
- crud_
query_ macro - crud_
sort_ limit - Test sorting and pagination of query results
- crud_
update_ field_ order - embed_
enum_ data - embed_
enum_ filter - embed_
enum_ filter_ comparison - embed_
enum_ filter_ variant_ field - embed_
enum_ index - embed_
enum_ string_ discriminant - embed_
enum_ unit - embed_
newtype - embed_
struct - embed_
struct_ index - field_
auto - field_
column_ name - field_
column_ type - field_
default_ and_ update - infra_
connection_ per_ clone - infra_
missing_ registrations - infra_
reset_ db - infra_
sync_ send - key_
unsigned - query_
count - record_
not_ found - relation_
belongs_ to_ configured - relation_
belongs_ to_ one_ way - relation_
belongs_ to_ self_ referential - relation_
has_ many_ batch_ create - relation_
has_ many_ boxed_ fk - relation_
has_ many_ crud - Test basic has_many associations without any preloading of associations during query time. All associations are accessed via queries on demand.
- relation_
has_ many_ filter - Test filtering parent models by conditions on has_many associations
- relation_
has_ many_ link_ unlink - Test linking and unlinking has_many associations
- relation_
has_ many_ multi - Test has_many associations with multiple relations to the same model
- relation_
has_ many_ n_ plus_ 1 - Test N+1 query behavior with has_many associations
- relation_
has_ many_ scoped_ query - Test scoped queries on has_many associations
- relation_
has_ one_ crud - relation_
preload - tx_
atomic_ stmt - tx_
interactive - type_
bigdecimal - type_
decimal - type_
jiff - type_
primitives - type_
serialize