5 stable releases

new 2.0.3 Apr 26, 2025
1.0.0 Nov 28, 2024

#70 in #sqlx

Download history 1/week @ 2025-02-08 1/week @ 2025-02-15

78 downloads per month

MIT license

19KB
443 lines

ostring_sqlx

ostring_sqlx 是一个基于 sqlx 的数据库操作封装,为 ostring 项目提供基本配置的数据持久化支持。

功能特点

  • 基于 sqlx 构建,提供异步数据库操作
  • 支持 SQLite 数据库的常用操作
  • 提供简单易用的 API 接口
  • 完全异步支持
  • 类型安全的 SQL 查询

安装

Cargo.toml 中添加依赖:

[dependencies]
ostring_sqlx = "1.0.0"

Dependencies

~32–44MB
~758K SLoC