Added config file for db #9

Merged
phoenix merged 32 commits from db into devel 2025-04-03 13:59:56 +00:00
Showing only changes of commit 5a07510b9d - Show all commits

View File

@@ -12,8 +12,8 @@ use axum::{
}; };
// use hyper::client::conn; // use hyper::client::conn;
// use sqlx::PgPool; // use sqlx::PgPool;
use sqlx::postgres::{self, PgPoolOptions}; // use sqlx::postgres::{self, PgPoolOptions};
use testcontainers_modules::testcontainers::runners::AsyncRunner; // use testcontainers_modules::testcontainers::runners::AsyncRunner;
// use hyper::client; // use hyper::client;
// use sqlx::postgres; // use sqlx::postgres;
// use http::{Request, StatusCode}; // use http::{Request, StatusCode};