Search

193 results found for aoc (9350ms)

Docs
90

Ask questions about this page. Neon provides a PostgreSQL database with an API accessible over HTTP and a JavaScript SDK. This lets you use a more conventional relational database model
ChatGPT Ask questions about this page. Publishing a Val has been one of the biggest sources of confusion in Val Town. We rolled out a simpler model: Val privacy status
titled “Drag and drop” While editing markdown in a val, you can drag and drop image files in the editor. You’ll see a toast message while the image is uploading
we’ll migrate it to a Val Town Project. This process is fully automated and takes just a few seconds. Naming. Section titled “Naming” Your val becomes a Val Town Project
any. ); console.log(rows); // [ { key: "d65991f8-6f03-4275-bcf1-1fdb1164e153", value: "value1" } ] Create a table. Section titled “Create a table” Table creationRun in Val Town ↗ import { sqlite }
took two arguments: a request and a response, and their return value was ignored. HTTP vals receive a Request as an argument and they need to return a Response object
page. Val Town was originally built on a NodeJS runtime. On March 14th, 2023 we cut over to a Deno-based runtime. There are a few breaking changes with the new
about this page. To use JSX, you’ll need to insert what TypeScript calls a “per-file pragma” - a comment that uses @jsxImportSource to specify where the JSX methods are going
scrape websites, either by fetching HTML and using a parsing library, or by making an API call to an external service that runs a headless browser for you. Locate the
“Create a new hook” Name your webhook. Select what table (e.g. users) and events (e.g. INSERT) to hook into. Copy your val’s HTTP endpoint and paste it in. Create a