1 stable release
new 1.0.0 | Nov 28, 2024 |
---|
#1963 in Database interfaces
19KB
443 lines
ostring_sqlx
ostring_sqlx 是一个基于 sqlx 的数据库操作封装,为 ostring 项目提供基本配置的数据持久化支持。
功能特点
- 基于 sqlx 构建,提供异步数据库操作
- 支持 SQLite 数据库的常用操作
- 提供简单易用的 API 接口
- 完全异步支持
- 类型安全的 SQL 查询
安装
在 Cargo.toml
中添加依赖:
[dependencies]
ostring_sqlx = "1.0.0"
Dependencies
~32–45MB
~753K SLoC