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/$%7Bsuccess?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 3883 results for "database"(1126ms)

No matches found in users.

Try switching to another result type using the tabs above.

pondiverseaddCreation2 matches

@argmn•Updated 1 hour ago
46 }
47
48 // Now it's time to upload things to database and blob storage
49 // First, add to database, and get the ID
50 const id = await sqlite.execute(
51 `INSERT INTO ${TABLE_NAME} (title, data, type, time) VALUES ($title, $data, $type, $time)`,

untitled-1535README.md1 match

@esavrus•Updated 1 hour ago
10 - File storage for PDFs, PPTs (Firebase Storage)
11 - Video embedding (YouTube/Vimeo links) or MP4 uploads
12 - Firestore database for metadata (categories, tags, permissions)
13
143. User Interface:

bookmarksDatabase

@s3thi•Updated 2 months ago

sqLiteDatabase1 file match

@ideofunk•Updated 5 months ago