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/$%7Bart_info.art.src%7D?q=database&page=1&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 3853 results for "database"(488ms)

No matches found in users.

Try switching to another result type using the tabs above.

a4595dc5b24_handleTelegramMessage.ts1 match

@vtTestLocal•Updated 45 mins ago
34
35/**
36 * Store a chat message in the database
37 */
38export async function storeChatMessage(

a4595dc5b24_index.ts1 match

@vtTestLocal•Updated 45 mins ago
6import { Hono } from "npm:hono";
7import { type Memory } from "../shared/types.ts";
8import { createMemory, deleteMemory, getAllMemories, updateMemory } from "./database/queries.ts";
9
10const app = new Hono();

bookmarksDatabase

@s3thi•Updated 2 months ago

sqLiteDatabase1 file match

@ideofunk•Updated 5 months ago