4 个版本
0.1.3 | 2021 年 5 月 13 日 |
---|---|
0.1.2 | 2021 年 5 月 13 日 |
0.1.1 | 2021 年 5 月 2 日 |
0.1.0 | 2021 年 5 月 2 日 |
#1742 in 数据库接口
29 每月下载量
在 basiliq 中使用
255KB
6K SLoC
Ciboulette2Pg
Ciboulette 请求到 Postgres 查询及返回
查看 文档
测试
要测试此 crate,您需要启动一个 Postgres
数据库并导出 DATABASE_URL
环境变量。
您可以使用提供的 docker-compose
计划
# To start the test database
docker-compose -f docker-compose.testing.yml up -d
# Don't forget to set the environment variable
export DATABASE_URL="postgres://postgres:postgres@localhost/postgres"
# Run the tests
cargo test
# To stop the test database
docker-compose -f docker-compose.testing.yml down -v
依赖
~23–33MB
~623K SLoC