import { DocSection } from '../../DocSection' const Introduction = () => { return (

All of your database functions are available on your API. This means you can build your logic directly into the database (if you're brave enough)!

The API endpoint supports POST (and in some cases GET) to execute the function.

} /> ) } export default Introduction