sea-orm-tool 是一个对 sea-orm 的扩展工具库。它的作用是将 sea-orm 库中可能用到的工具函数提取到单独的仓库中,以便更方便地使用和管理。
您可以通过将以下代码添加到您的 Cargo.toml
文件中来安装 sea-orm-tool
:
toml
[dependencies]
sea-orm-tool = "0.0.1"
请确保将 "0.0.1"
替换为最新版本。
如果您对 sea-orm-tool
有任何改进或扩展的建议,请随时提交 issue 或 pull request。我们欢迎所有贡献者。
此项目使用 MIT 许可证。有关详细信息,请参阅 LICENSE
文件。