update examples

This commit is contained in:
Chris Tsang 2022-11-14 14:32:48 +08:00
parent 97d961f123
commit 3be41808e9
30 changed files with 30 additions and 30 deletions

View File

@ -10,7 +10,7 @@ entity = { path = "../entity" }
[dependencies.sea-orm] [dependencies.sea-orm]
path = "../../../" # remove this line in your own project path = "../../../" # remove this line in your own project
version = "^0.10.2" # sea-orm version version = "^0.10.3" # sea-orm version
features = [ features = [
"debug-print", "debug-print",
"runtime-async-std-native-tls", "runtime-async-std-native-tls",

View File

@ -13,4 +13,4 @@ serde = { version = "1", features = ["derive"] }
[dependencies.sea-orm] [dependencies.sea-orm]
path = "../../../" # remove this line in your own project path = "../../../" # remove this line in your own project
version = "^0.10.2" # sea-orm version version = "^0.10.3" # sea-orm version

View File

@ -13,7 +13,7 @@ async-std = { version = "^1", features = ["attributes", "tokio1"] }
[dependencies.sea-orm-migration] [dependencies.sea-orm-migration]
path = "../../../sea-orm-migration" # remove this line in your own project path = "../../../sea-orm-migration" # remove this line in your own project
version = "^0.10.2" # sea-orm-migration version version = "^0.10.3" # sea-orm-migration version
features = [ features = [
# Enable following runtime and db backend features if you want to run migration via CLI # Enable following runtime and db backend features if you want to run migration via CLI
# "runtime-async-std-native-tls", # "runtime-async-std-native-tls",

View File

@ -10,7 +10,7 @@ entity = { path = "../entity" }
[dependencies.sea-orm] [dependencies.sea-orm]
path = "../../../" # remove this line in your own project path = "../../../" # remove this line in your own project
version = "^0.10.2" # sea-orm version version = "^0.10.3" # sea-orm version
features = [ features = [
"debug-print", "debug-print",
"runtime-async-std-native-tls", "runtime-async-std-native-tls",

View File

@ -13,4 +13,4 @@ serde = { version = "1", features = ["derive"] }
[dependencies.sea-orm] [dependencies.sea-orm]
path = "../../../" # remove this line in your own project path = "../../../" # remove this line in your own project
version = "^0.10.2" # sea-orm version version = "^0.10.3" # sea-orm version

View File

@ -13,7 +13,7 @@ async-std = { version = "^1", features = ["attributes", "tokio1"] }
[dependencies.sea-orm-migration] [dependencies.sea-orm-migration]
path = "../../../sea-orm-migration" # remove this line in your own project path = "../../../sea-orm-migration" # remove this line in your own project
version = "^0.10.2" # sea-orm-migration version version = "^0.10.3" # sea-orm-migration version
features = [ features = [
# Enable following runtime and db backend features if you want to run migration via CLI # Enable following runtime and db backend features if you want to run migration via CLI
# "runtime-actix-native-tls", # "runtime-actix-native-tls",

View File

@ -10,7 +10,7 @@ entity = { path = "../entity" }
[dependencies.sea-orm] [dependencies.sea-orm]
path = "../../../" # remove this line in your own project path = "../../../" # remove this line in your own project
version = "^0.10.2" # sea-orm version version = "^0.10.3" # sea-orm version
features = [ features = [
"debug-print", "debug-print",
"runtime-async-std-native-tls", "runtime-async-std-native-tls",

View File

@ -13,4 +13,4 @@ serde = { version = "1", features = ["derive"] }
[dependencies.sea-orm] [dependencies.sea-orm]
path = "../../../" # remove this line in your own project path = "../../../" # remove this line in your own project
version = "^0.10.2" # sea-orm version version = "^0.10.3" # sea-orm version

View File

@ -13,7 +13,7 @@ async-std = { version = "^1", features = ["attributes", "tokio1"] }
[dependencies.sea-orm-migration] [dependencies.sea-orm-migration]
path = "../../../sea-orm-migration" # remove this line in your own project path = "../../../sea-orm-migration" # remove this line in your own project
version = "^0.10.2" # sea-orm-migration version version = "^0.10.3" # sea-orm-migration version
features = [ features = [
# Enable following runtime and db backend features if you want to run migration via CLI # Enable following runtime and db backend features if you want to run migration via CLI
# "runtime-tokio-native-tls", # "runtime-tokio-native-tls",

View File

@ -10,7 +10,7 @@ entity = { path = "../entity" }
[dependencies.sea-orm] [dependencies.sea-orm]
path = "../../../" # remove this line in your own project path = "../../../" # remove this line in your own project
version = "^0.10.2" # sea-orm version version = "^0.10.3" # sea-orm version
features = [ features = [
"debug-print", "debug-print",
"runtime-async-std-native-tls", "runtime-async-std-native-tls",

View File

@ -16,4 +16,4 @@ version = "^4.0.6"
[dependencies.sea-orm] [dependencies.sea-orm]
path = "../../../" # remove this line in your own project path = "../../../" # remove this line in your own project
version = "^0.10.2" # sea-orm version version = "^0.10.3" # sea-orm version

View File

@ -14,7 +14,7 @@ async-std = { version = "^1", features = ["attributes", "tokio1"] }
[dependencies.sea-orm-migration] [dependencies.sea-orm-migration]
path = "../../../sea-orm-migration" # remove this line in your own project path = "../../../sea-orm-migration" # remove this line in your own project
version = "^0.10.2" # sea-orm-migration version version = "^0.10.3" # sea-orm-migration version
features = [ features = [
# Enable following runtime and db backend features if you want to run migration via CLI # Enable following runtime and db backend features if you want to run migration via CLI
# "runtime-tokio-native-tls", # "runtime-tokio-native-tls",

View File

@ -10,7 +10,7 @@ entity = { path = "../entity" }
[dependencies.sea-orm] [dependencies.sea-orm]
path = "../../../" # remove this line in your own project path = "../../../" # remove this line in your own project
version = "^0.10.2" # sea-orm version version = "^0.10.3" # sea-orm version
features = [ features = [
"debug-print", "debug-print",
"runtime-tokio-native-tls", "runtime-tokio-native-tls",

View File

@ -13,4 +13,4 @@ serde = { version = "1", features = ["derive"] }
[dependencies.sea-orm] [dependencies.sea-orm]
path = "../../../" # remove this line in your own project path = "../../../" # remove this line in your own project
version = "^0.10.2" # sea-orm version version = "^0.10.3" # sea-orm version

View File

@ -13,7 +13,7 @@ async-std = { version = "^1", features = ["attributes", "tokio1"] }
[dependencies.sea-orm-migration] [dependencies.sea-orm-migration]
path = "../../../sea-orm-migration" # remove this line in your own project path = "../../../sea-orm-migration" # remove this line in your own project
version = "^0.10.2" # sea-orm-migration version version = "^0.10.3" # sea-orm-migration version
features = [ features = [
# Enable following runtime and db backend features if you want to run migration via CLI # Enable following runtime and db backend features if you want to run migration via CLI
# "runtime-tokio-native-tls", # "runtime-tokio-native-tls",

View File

@ -10,7 +10,7 @@ entity = { path = "../entity" }
[dependencies.sea-orm] [dependencies.sea-orm]
path = "../../../" # remove this line in your own project path = "../../../" # remove this line in your own project
version = "^0.10.2" # sea-orm version version = "^0.10.3" # sea-orm version
features = [ features = [
"debug-print", "debug-print",
"runtime-async-std-native-tls", "runtime-async-std-native-tls",

View File

@ -13,4 +13,4 @@ serde = { version = "1", features = ["derive"] }
[dependencies.sea-orm] [dependencies.sea-orm]
path = "../../../" # remove this line in your own project path = "../../../" # remove this line in your own project
version = "^0.10.2" # sea-orm version version = "^0.10.3" # sea-orm version

View File

@ -13,7 +13,7 @@ async-std = { version = "^1", features = ["attributes", "tokio1"] }
[dependencies.sea-orm-migration] [dependencies.sea-orm-migration]
path = "../../../sea-orm-migration" # remove this line in your own project path = "../../../sea-orm-migration" # remove this line in your own project
version = "^0.10.2" # sea-orm-migration version version = "^0.10.3" # sea-orm-migration version
features = [ features = [
# Enable following runtime and db backend features if you want to run migration via CLI # Enable following runtime and db backend features if you want to run migration via CLI
# "runtime-tokio-native-tls", # "runtime-tokio-native-tls",

View File

@ -10,7 +10,7 @@ entity = { path = "../entity" }
[dependencies.sea-orm] [dependencies.sea-orm]
path = "../../../" # remove this line in your own project path = "../../../" # remove this line in your own project
version = "^0.10.2" # sea-orm version version = "^0.10.3" # sea-orm version
features = [ features = [
"runtime-tokio-native-tls", "runtime-tokio-native-tls",
"sqlx-postgres", "sqlx-postgres",

View File

@ -15,4 +15,4 @@ rocket = { version = "0.5.0-rc.1", features = [
[dependencies.sea-orm] [dependencies.sea-orm]
path = "../../../" # remove this line in your own project path = "../../../" # remove this line in your own project
version = "^0.10.2" # sea-orm version version = "^0.10.3" # sea-orm version

View File

@ -14,7 +14,7 @@ async-std = { version = "^1", features = ["attributes", "tokio1"] }
[dependencies.sea-orm-migration] [dependencies.sea-orm-migration]
path = "../../../sea-orm-migration" # remove this line in your own project path = "../../../sea-orm-migration" # remove this line in your own project
version = "^0.10.2" # sea-orm-migration version version = "^0.10.3" # sea-orm-migration version
features = [ features = [
# Enable following runtime and db backend features if you want to run migration via CLI # Enable following runtime and db backend features if you want to run migration via CLI
# "runtime-tokio-native-tls", # "runtime-tokio-native-tls",

View File

@ -10,7 +10,7 @@ entity = { path = "../entity" }
[dependencies.sea-orm] [dependencies.sea-orm]
path = "../../../" # remove this line in your own project path = "../../../" # remove this line in your own project
version = "^0.10.2" # sea-orm version version = "^0.10.3" # sea-orm version
features = [ features = [
"runtime-tokio-native-tls", "runtime-tokio-native-tls",
"sqlx-postgres", "sqlx-postgres",

View File

@ -15,7 +15,7 @@ rocket = { version = "0.5.0-rc.1", features = [
[dependencies.sea-orm] [dependencies.sea-orm]
path = "../../../" # remove this line in your own project path = "../../../" # remove this line in your own project
version = "^0.10.2" # sea-orm version version = "^0.10.3" # sea-orm version
[dependencies.rocket_okapi] [dependencies.rocket_okapi]
version = "0.8.0-rc.2" version = "0.8.0-rc.2"

View File

@ -14,7 +14,7 @@ async-std = { version = "^1", features = ["attributes", "tokio1"] }
[dependencies.sea-orm-migration] [dependencies.sea-orm-migration]
path = "../../../sea-orm-migration" # remove this line in your own project path = "../../../sea-orm-migration" # remove this line in your own project
version = "^0.10.2" # sea-orm-migration version version = "^0.10.3" # sea-orm-migration version
features = [ features = [
# Enable following runtime and db backend features if you want to run migration via CLI # Enable following runtime and db backend features if you want to run migration via CLI
# "runtime-tokio-native-tls", # "runtime-tokio-native-tls",

View File

@ -10,7 +10,7 @@ entity = { path = "../entity" }
[dependencies.sea-orm] [dependencies.sea-orm]
path = "../../../" # remove this line in your own project path = "../../../" # remove this line in your own project
version = "^0.10.2" # sea-orm version version = "^0.10.3" # sea-orm version
features = [ features = [
"debug-print", "debug-print",
"runtime-tokio-native-tls", "runtime-tokio-native-tls",

View File

@ -13,4 +13,4 @@ serde = { version = "1", features = ["derive"] }
[dependencies.sea-orm] [dependencies.sea-orm]
path = "../../../" # remove this line in your own project path = "../../../" # remove this line in your own project
version = "^0.10.2" # sea-orm version version = "^0.10.3" # sea-orm version

View File

@ -13,7 +13,7 @@ async-std = { version = "^1", features = ["attributes", "tokio1"] }
[dependencies.sea-orm-migration] [dependencies.sea-orm-migration]
path = "../../../sea-orm-migration" # remove this line in your own project path = "../../../sea-orm-migration" # remove this line in your own project
version = "^0.10.2" # sea-orm-migration version version = "^0.10.3" # sea-orm-migration version
features = [ features = [
# Enable following runtime and db backend features if you want to run migration via CLI # Enable following runtime and db backend features if you want to run migration via CLI
# "runtime-tokio-native-tls", # "runtime-tokio-native-tls",

View File

@ -10,7 +10,7 @@ entity = { path = "../entity" }
[dependencies.sea-orm] [dependencies.sea-orm]
path = "../../../" # remove this line in your own project path = "../../../" # remove this line in your own project
version = "^0.10.2" # sea-orm version version = "^0.10.3" # sea-orm version
features = [ features = [
"debug-print", "debug-print",
"runtime-tokio-rustls", "runtime-tokio-rustls",

View File

@ -13,4 +13,4 @@ serde = { version = "1", features = ["derive"] }
[dependencies.sea-orm] [dependencies.sea-orm]
path = "../../../" # remove this line in your own project path = "../../../" # remove this line in your own project
version = "^0.10.2" # sea-orm version version = "^0.10.3" # sea-orm version

View File

@ -13,7 +13,7 @@ async-std = { version = "^1", features = ["attributes", "tokio1"] }
[dependencies.sea-orm-migration] [dependencies.sea-orm-migration]
path = "../../../sea-orm-migration" # remove this line in your own project path = "../../../sea-orm-migration" # remove this line in your own project
version = "^0.10.2" # sea-orm-migration version version = "^0.10.3" # sea-orm-migration version
features = [ features = [
# Enable following runtime and db backend features if you want to run migration via CLI # Enable following runtime and db backend features if you want to run migration via CLI
# "runtime-tokio-rustls", # "runtime-tokio-rustls",