Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust: ORM - Rbatis #369

Open
6 tasks done
Tracked by #368 ...
hhstore opened this issue Jun 30, 2022 · 6 comments
Open
6 tasks done
Tracked by #368 ...

Rust: ORM - Rbatis #369

hhstore opened this issue Jun 30, 2022 · 6 comments

Comments

@hhstore
Copy link
Owner

hhstore commented Jun 30, 2022

@hhstore
Copy link
Owner Author

hhstore commented Jun 30, 2022

Rust ORM - Rbatis:

使用历程:

特性:

  • 国人项目
  • 支持异步
  • 文档完善
  • 自带 admin
  • ⭐⭐⭐⭐⭐

官方:

ref:

参考用例项目:

@hhstore
Copy link
Owner Author

hhstore commented Jun 30, 2022

rbatis 使用教程:

安装:


# rbson (required)
serde = { version = "1", features = ["derive"] }
rbson = "2.0"

# logging lib(required)
log = "0.4"
fast_log="1.3"

# rbatis (required) default is all-database+runtime-async-std-rustls
rbatis =  { version = "3.1" } 

@hhstore
Copy link
Owner Author

hhstore commented Jun 30, 2022

rbatis 与 web 框架集成:

与 rocket 集成:

@hhstore
Copy link
Owner Author

hhstore commented Jun 30, 2022

1

2 similar comments
@hhstore
Copy link
Owner Author

hhstore commented Jun 30, 2022

1

@hhstore
Copy link
Owner Author

hhstore commented Jun 30, 2022

1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant