PostgreSQL
PostgreSQL support is coming soon. Configuration is done in hooks.server.ts:
import { handlePostgres } from '@vela/postgres';
import {
POSTGRES_CONNECTION_STRING
} from '$env/static/private';
export const handle = handlePostgres({
connectionString: POSTGRES_CONNECTION_STRING
})