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//%22?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 10131 results for "database"(838ms)

customer-database-setup2 file matches

@stevenvapiโ€ขUpdated 2 months ago

prDatabase

@pdwโ€ขUpdated 2 months ago

bookmarksDatabase

@s3thiโ€ขUpdated 7 months ago

sqLiteDatabase1 file match

@ideofunkโ€ขUpdated 10 months ago

yc_database

@stevekrouseโ€ขUpdated 10 months ago

notionGetDatabase2 file matches

@junhocaโ€ขUpdated 1 year ago

notionGetDatabase2 file matches

@ttodosiโ€ขUpdated 1 year ago

databaseRunner1 file match

@nicosuaveโ€ขUpdated 1 year ago

dateMeNotionDatabase2 file matches

@stevekrouseโ€ขUpdated 1 year ago

notionGetDatabaseEditedAfter2 file matches

@stevekrouseโ€ขUpdated 1 year ago

vtEditorFilesAGENTS.md2 matches

@jrmann100โ€ขUpdated 1 hour ago
198```
199โ”œโ”€โ”€ backend/
200โ”‚ โ”œโ”€โ”€ database/
201โ”‚ โ”‚ โ”œโ”€โ”€ migrations.ts # Schema definitions
202โ”‚ โ”‚ โ”œโ”€โ”€ queries.ts # DB query functions
257 ```
258
259### Database Patterns
260- Run migrations on startup or comment out for performance
261- Change table names when modifying schemas rather than altering
177 },
178 parent: {
179 type: "database_id" | "page_id",
180 database_id?: string,
181 page_id?: string
182 },
233 {
234 id: string,
235 type: "paragraph" | "heading_1" | "heading_2" | "heading_3" | "bulleted_list_item" | "numbered_list_item" | "to_do" | "toggle" | "child_page" | "child_database" | "embed" | "image" | "video" | "file" | "pdf" | "bookmark" | "callout" | "quote" | "equation" | "divider" | "table_of_contents" | "column" | "column_list" | "link_preview" | "synced_block" | "template" | "link_to_page" | "table" | "table_row" | "unsupported",
236 created_time: string,
237 last_edited_time: string,