pg-ephemeral 0.1.3

Ephemeral PostgreSQL instances for testing
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod common;

#[tokio::test]
async fn test_ruby_database_url_integration() {
    common::test_database_url_integration("ruby", "tests/integration/ruby").await
}

#[tokio::test]
async fn test_prisma_database_url_integration() {
    common::test_database_url_integration("prisma", "tests/integration/prisma").await
}