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/$1?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 5445 results for "database"(754ms)

bookmarksDatabase

@s3thi•Updated 3 months ago

sqLiteDatabase1 file match

@ideofunk•Updated 6 months ago

yc_database

@stevekrouse•Updated 6 months ago

notionGetDatabase2 file matches

@junhoca•Updated 8 months ago

notionGetDatabase2 file matches

@ttodosi•Updated 9 months ago

databaseRunner1 file match

@nicosuave•Updated 11 months ago

dateMeNotionDatabase2 file matches

@stevekrouse•Updated 1 year ago

notionGetDatabaseEditedAfter2 file matches

@stevekrouse•Updated 1 year ago

databaseVal2 file matches

@stevekrouse•Updated 1 year ago

getDateMeDatabase2 file matches

@stevekrouse•Updated 1 year ago

dateme-2README.md2 matches

@stevekrouse•Updated 47 mins ago
4
5The directory is a simple
6database of Date Me Docs. Date Me Docs are long-form, earnest dating profiles for romantic partners.
7[Learn more here](https://dateme.directory/faq).
8
9## Todos
10
11- [ ] Make the SQLite database forkable and build a widget/workflow for that, ie fix @stevekrouse/dateme_sqlite
12- [ ] Require an email (that isn't shared publicly)
13 - [ ] Verify the email address with a "magic link"

dateme-2join2 matches

@stevekrouse•Updated 55 mins ago
345 }
346 } catch (e) {
347 console.error("Database error:", e);
348 await email({
349 subject: "Date Me Doc Submit Error: " + body["Name"],
383 );
384};
385// Database migration to add UserEmail column if it doesn't exist
386async function ensureUserEmailColumn() {
387 try {