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/$%7Burl%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 8409 results for "database"(4812ms)

customer-database-setup2 file matches

@stevenvapiโ€ขUpdated 1 week ago

prDatabase

@pdwโ€ขUpdated 2 weeks ago

bookmarksDatabase

@s3thiโ€ขUpdated 4 months ago

sqLiteDatabase1 file match

@ideofunkโ€ขUpdated 7 months ago

yc_database

@stevekrouseโ€ขUpdated 7 months ago

notionGetDatabase2 file matches

@junhocaโ€ขUpdated 10 months ago

notionGetDatabase2 file matches

@ttodosiโ€ขUpdated 10 months 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

thirdTimervaltown.mdc2 matches

@dreevโ€ขUpdated 5 hours ago
179```
180โ”œโ”€โ”€ backend/
181โ”‚ โ”œโ”€โ”€ database/
182โ”‚ โ”‚ โ”œโ”€โ”€ migrations.ts # Schema definitions
183โ”‚ โ”‚ โ”œโ”€โ”€ queries.ts # DB query functions
239 ```
240
241### Database Patterns
242- Run migrations on startup or comment out for performance
243- Change table names when modifying schemas rather than altering

sqliteadminREADME.md1 match

@peterqliuโ€ขUpdated 5 hours ago
7It's currently super limited (no pagination, editing data, data-type specific viewers), and is just a couple dozens lines of code over a couple different vals. Forks encouraged! Just comment on the val if you add any features that you want to share.
8
9To use it on your own Val Town SQLite database, [fork it](https://www.val.town/v/stevekrouse/sqlite_admin/fork) to your account.
10
11It uses [basic authentication](https://www.val.town/v/pomdtr/basicAuth) with your [Val Town API Token](https://www.val.town/settings/api) as the password (leave the username field blank).