use std::error::Error;

use sqlx::{Postgres, postgres::PgConnectOptions, PgPool, Pool};

pub(crate) mod schemas;