-
-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Description
We should have a way to define indices on the models, for instance:
#[model(indices = [(val_2, val_3)])]
struct MyModel {
#[model(primary_key)]
id: Auto<i32>
#[model(index)]
val_1: i32,
val_2: i32,
val_3: i32,
}(the exact syntax is a subject to discussion)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Todo