Val Town Code SearchReturn to Val Town

API Access

You can access search results via JSON API by adding format=json to your query:

https://codesearch.val.run/?q=database&page=2&format=json

For typeahead suggestions, use the /typeahead endpoint:

https://codesearch.val.run/typeahead?q=database

Returns an array of strings in format "username" or "username/projectName"

Found 10131 results for "database"(897ms)

Airtable315 words

https://docs.val.town/integrations/airtable/
page as plain text. Open in ChatGPT Ask questions about this page. Airtable is a spreadsheet-database hybrid. Note that because Val Town uses Deno, we use an unofficial library to

Sections

Airtable

page as plain text. Open in ChatGPT Ask questions about this page. Airtable is a spreadsheet-database hybrid. Note that because Val Town uses Deno, we use an unofficial library to

Setup

= new Airtable({ apiKey: Deno.env.get("airtable_pat"), baseId: "appXSrKDlwbAijRmD", tableName: "All content", }); // Sample data from: https://blog.airtable.com/database-vs-spreadsheet/ const results = await airtable.select(); console.log(results); Make sure to change: apiKey if you have

Townie-Al2stripe-webhook.ts1 match

@prubeandoAl•Updated 1 day ago
3import Stripe from "npm:stripe";
4import { getEnvVarName } from "../../shared/is-prod-branch.ts";
5import { addCredits } from "../database/queries.tsx";
6
7const app = new Hono();

Townie-Al2send-message.ts1 match

@prubeandoAl•Updated 1 day ago
15 insertInferenceCall,
16 startTrackingUsage,
17} from "../database/queries.tsx";
18import {
19 makeChangeValTypeTool,

customer-database-setup2 file matches

@stevenvapi•Updated 2 months ago

prDatabase

@pdw•Updated 2 months ago