#sqlx #sqlite #basic #persistence #configuration #ostring

ostring_sqlx

A basic configuration persistence wrapper

1 stable release

1.0.0 Nov 28, 2024

#1904 in Database interfaces

Download history 125/week @ 2024-11-25 10/week @ 2024-12-02 7/week @ 2024-12-09

142 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–45MB
~757K SLoC