File tree
170 files changed
+1498
-3326
lines changed- .github/workflows
- examples
- actix3_example
- api
- src
- static
- css
- images
- templates
- error
- entity
- src
- migration
- src
- service
- src
- tests
- src
- actix_example
- api/src
- entity
- migration
- service
- axum_example
- entity
- migration
- service
- basic/src
- graphql_example
- entity
- migration
- service
- jsonrpsee_example
- entity
- migration
- service
- loco_example
- migration
- poem_example
- entity
- migration
- service
- rocket_example
- entity
- migration
- service
- rocket_okapi_example
- api
- src
- dto
- entity
- migration
- service
- salvo_example
- entity
- migration
- service
- seaography_example/migration
- tonic_example
- entity
- migration
- service
- issues
- 1143/src/entity
- 1599/entity/src
- sea-orm-cli
- src
- commands
- sea-orm-codegen
- src
- entity
- tests_cfg
- duplicated_many_to_many_paths
- many_to_many
- many_to_many_multiple
- self_referencing
- tests
- expanded
- expanded_with_schema_name
- sea-orm-macros
- src
- derives
- sea-orm-migration
- src
- sea-orm-rocket/lib
- src
- database
- stream
- driver
- entity
- executor
- tests_cfg
- tests
- common
- bakery_chain
- features
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
170 files changed
+1498
-3326
lines changedDiff for: .github/workflows/rust.yml
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
234 | 234 |
| |
235 | 235 |
| |
236 | 236 |
| |
237 |
| - | |
238 | 237 |
| |
239 | 238 |
| |
240 | 239 |
| |
| |||
243 | 242 |
| |
244 | 243 |
| |
245 | 244 |
| |
246 |
| - | |
| 245 | + | |
247 | 246 |
| |
248 | 247 |
| |
249 | 248 |
| |
|
Diff for: CHANGELOG.md
+47-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
13 | 15 |
| |
14 | 16 |
| |
15 | 17 |
| |
16 |
| - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
17 | 62 |
| |
18 | 63 |
| |
19 | 64 |
| |
|
Diff for: Cargo.toml
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
|
Diff for: README.md
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
34 | 33 |
| |
35 | 34 |
| |
36 | 35 |
| |
|
Diff for: examples/actix3_example/.env
-3
This file was deleted.
Diff for: examples/actix3_example/Cargo.toml
-12
This file was deleted.
Diff for: examples/actix3_example/README.md
-27
This file was deleted.
Diff for: examples/actix3_example/Screenshot.png
-604 KB
Binary file not shown.
Diff for: examples/actix3_example/api/Cargo.toml
-22
This file was deleted.
Diff for: examples/actix3_example/api/src/lib.rs
-219
This file was deleted.
0 commit comments