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=387&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 3893 results for "database"(954ms)

getDuckDBREADME.md2 matches

@tmcw•Updated 1 year ago
1# Get a DuckDB database
2
3This method sets up a [duckdb-wasm](https://github.com/duckdb/duckdb-wasm) database that you can then use to store and retrieve data.

nanoidExampleREADME.md1 match

@tmcw•Updated 1 year ago
5- They're shorter, with a more customizable alphabet.
6- They use more different characters by default.
7- Unlike UUIDs, there aren't custom types for nanoids in databases
8- Nanoids never contain information. UUIDs sometimes do: some UUIDs contain timestamps and MAC addresses.
9

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

airtable_deno_sampleREADME.md1 match

@mattx•Updated 1 year ago
1Migrated from folder: databases/airtable_deno_sample

airtable_get_sampleREADME.md1 match

@mattx•Updated 1 year ago
1Migrated from folder: databases/airtable_get_sample

bookmarksDatabase

@s3thi•Updated 2 months ago

sqLiteDatabase1 file match

@ideofunk•Updated 5 months ago