@vela/postgres

import { handlePostgres } from '@vela/postgres';

export const handle = handlePostgres({
	connectionString: POSTGRES_CONNECTION_STRING
})