const pool = new Pool({
connectionString: `postgresql://${DB_CONNECTION_STRING}`,
options: "-c search_path=auth",
});
export const auth = betterAuth({
database: pool,
});
const pool = new Pool({
connectionString: `postgresql://${DB_CONNECTION_STRING}`,
options: "-c search_path=auth",
});
export const auth = betterAuth({
database: pool,
});