import Image from 'next/image' import { BASE_PATH } from '@/lib/constants' export const InlineEditorPreview = () => { return (
api-docs-side-panel-preview

Edit policies, functions, and triggers directly in the inline SQL editor. When you select any of these database objects, the editor opens automatically, allowing you to make changes without switching contexts.

Need help writing SQL? Use the inline Assistant to generate or modify code for your policies, triggers, and functions without leaving the editor.

Access the inline editor anytime by clicking the code editor icon in the top right corner of your dashboard.

) }