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/?q=database&page=292&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 2933 results for "database"(1104ms)

populateTwitterDBREADME.md2 matches

@stevekrouse•Updated 1 year ago
1# Poll Twitter & Populate SQlite database
2
3The twitter API (or in this case someone else's wrapper over the twitter API) is finicky, so we just try to get one handle per minute, and shove whatever we get into our database, which could be an error message (this is why handles don't have a unique index).
4
5Migrated from folder: Archive/turso/twitterFollows/populateTwitterDB

twitterFollowingsMigrationsREADME.md1 match

@stevekrouse•Updated 1 year ago
1# Example Hosted SQLite on Turso
2
3Creates a database of twitter users and followers
4
5Requires `tursoURL` and `tursoToken` in your secrets.
1Migrated from folder: External_APIs/notion/notionGetDatabaseEditedAfter

getDateMeDatabaseREADME.md1 match

@stevekrouse•Updated 1 year ago
1Migrated from folder: External_APIs/DateMeDocs/DateMeNotion/getDateMeDatabase

notionGetDatabaseREADME.md4 matches

@stevekrouse•Updated 1 year ago
1# Get all the pages in a notion database
2
3## Usage
4
51. Find your `databaseId`: https://developers.notion.com/reference/retrieve-a-database
62. Get `auth` by setting up an internal integration: https://developers.notion.com/docs/authorization#internal-integration-auth-flow-set-up
7
8Example usage: @stevekrouse.dateMeNotionDatabase
9
10deno-notion-sdk docs: https://github.com/cloudydeno/deno-notion_sdk
11
12Migrated from folder: External_APIs/notion/notionGetDatabase

databaseValREADME.md1 match

@stevekrouse•Updated 1 year ago
1Migrated from folder: Archive/docsExamples/persistence/databaseVal

yc_database

@stevekrouse•Updated 5 months ago

dateMeNotionDatabase2 file matches

@stevekrouse•Updated 1 year ago