import { useParams } from 'common' import { InlineLink } from '@/components/ui/InlineLink' export const JitDbAccessPreview = () => { const { ref = '_' } = useParams() return (

Grant project members temporary database role access through short-lived tokens, controlled in Database Settings.

Enabling this preview will:

The minimum Postgres version needed for this feature is 17.6.1.081 (or higher).

) }