Docs.rs
sz-rust-cli-0.6.7
sz-rust-cli 0.6.7
Docs.rs crate page
MIT
08 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
ljclz
Dependencies
chrono ^0.4
normal
clap ^4.5
normal
serde ^1
normal
serde_json ^1
normal
serde_yaml ^0.9.34
normal
sz-orm-sqlx ^2.1.0
normal
sz-rust-core ^0.6.1
normal
thiserror ^2
normal
tokio ^1.40
normal
toml ^0.8
normal
tempfile ^3
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
execute_seed
sz_
rust_
cli
0.6.7
execute_
seed
Sections
模式
In sz_
rust_
cli::
cmd::
seed
sz_rust_cli
::
cmd
::
seed
Function
execute_
seed
Copy item path
Source
pub fn execute_seed(args: &
SeedArgs
) ->
Result
<
()
,
CliError
>
Expand description
执行 db:seed 命令
§
模式
离线模式
(默认,未提供
--url
):仅解析填充目录并打印待执行内容
在线模式
(提供
--url
):连接数据库执行真实填充