Crates.io | sea-orm-tool |
lib.rs | sea-orm-tool |
version | 0.0.1 |
source | src |
created_at | 2023-09-18 06:11:44.430133 |
updated_at | 2023-09-18 06:11:44.430133 |
description | A tool library for extending and enhancing the functionality of sea-orm, a powerful ORM library for Rust. |
homepage | |
repository | |
max_upload_size | |
id | 975597 |
size | 3,435 |
sea-orm-tool 是一个对 sea-orm 的扩展工具库。它的作用是将 sea-orm 库中可能用到的工具函数提取到单独的仓库中,以便更方便地使用和管理。
您可以通过将以下代码添加到您的 Cargo.toml
文件中来安装 sea-orm-tool
:
[dependencies]
sea-orm-tool = "0.0.1"
请确保将 "0.0.1"
替换为最新版本。
如果您对 sea-orm-tool
有任何改进或扩展的建议,请随时提交 issue 或 pull request。我们欢迎所有贡献者。
此项目使用 MIT 许可证。有关详细信息,请参阅 LICENSE
文件。