sea-orm-tool 0.0.1

A tool library for extending and enhancing the functionality of sea-orm, a powerful ORM library for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.sea-orm]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[package]
description = "A tool library for extending and enhancing the functionality of sea-orm, a powerful ORM library for Rust."
edition = "2021"
license = "MIT"
name = "sea-orm-tool"
readme = "README.md"
version = "0.0.1"