PostgreSQL
PreviaEl soporte para PostgreSQL estará disponible pronto. La configuración se realiza en hooks.server.ts:
import { handlePostgres } from '@vela/postgres';
import {
POSTGRES_CONNECTION_STRING
} from '$env/static/private';
export const handle = handlePostgres({
connectionString: POSTGRES_CONNECTION_STRING
})