4 个版本
0.1.3 | 2023 年 12 月 2 日 |
---|---|
0.1.2 | 2023 年 12 月 2 日 |
0.1.1 | 2023 年 12 月 2 日 |
0.1.0 | 2023 年 12 月 2 日 |
#1711 在 开发工具
每月 33 次下载
8KB
114 行
sqlx-database-tester-wsf
为 postgres 提供的 sqlx 测试工具,仅与 tokio 配合使用。
测试开始时创建一个数据库,测试结束后销毁。
如何使用它
let tdb = TestDB::new("localhost", 5432, "postgres", "123456", "./migrations");
let pool = tdb.get_pool().await;
// do something with pool
// when tdb get dropped, the database will be dropped
享受这个 crate 带来的乐趣吧!
许可证
本项目根据 MIT 许可证分发。
有关详细信息,请参阅 LICENSE。
版权所有 2021 SF Wu
依赖关系
~18–31MB
~551K SLoC