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=463&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 4785 results for "database"(1757ms)

sqliteExplorerAppREADME.md1 match

@rupello•Updated 10 months ago
30- [ ] add triggers to sidebar
31- [ ] add upload from SQL, CSV and JSON
32- [ ] add ability to connect to a non-val town Turso database
33- [x] fix wonky sidebar separator height problem (thanks to @stevekrouse)
34- [x] make result tables scrollable

sqliteExplorerAppREADME.md1 match

@amotivv•Updated 10 months ago
30- [ ] add triggers to sidebar
31- [ ] add upload from SQL, CSV and JSON
32- [ ] add ability to connect to a non-val town Turso database
33- [x] fix wonky sidebar separator height problem (thanks to @stevekrouse)
34- [x] make result tables scrollable

val_town_by_example_tocmain.tsx1 match

@pomdtr•Updated 10 months ago
38 todo("Inserting and Querying Data"),
39 todo("Running Migrations"),
40 todo("SQLite as a KV Database"),
41 todo("Drizzle in Val Town"),
42 ],

val_town_by_example_tocmain.tsx1 match

@iamseeley•Updated 10 months ago
38 todo("Inserting and Querying Data"),
39 todo("Running Migrations"),
40 todo("SQLite as a KV Database"),
41 todo("Drizzle in Val Town"),
42 ],

sqliteExplorerAppREADME.md1 match

@hlobil•Updated 11 months ago
30- [ ] add triggers to sidebar
31- [ ] add upload from SQL, CSV and JSON
32- [ ] add ability to connect to a non-val town Turso database
33- [x] fix wonky sidebar separator height problem (thanks to @stevekrouse)
34- [x] make result tables scrollable

sqliteExplorerAppREADME.md1 match

@burcs•Updated 11 months ago
30- [ ] add triggers to sidebar
31- [ ] add upload from SQL, CSV and JSON
32- [ ] add ability to connect to a non-val town Turso database
33- [x] fix wonky sidebar separator height problem (thanks to @stevekrouse)
34- [x] make result tables scrollable

ownedGamesToSqliteREADME.md1 match

@alvi•Updated 11 months ago
3I wanted to log this data so I can analyse which days do I game the most ? which periods do I log the most hours in my confort game (Dead By Daylight) ? And so on. I think the data viz possibilities are super interesting, just like when Valve releases the "Steam in review" at the end of the year
4
5This val fetches your recent playtime history from valve's API and stores it in a database every day !
6
7The project uses multiple vals to work:

sqliteExplorerAppREADME.md1 match

@rchasman•Updated 11 months ago
30- [ ] add triggers to sidebar
31- [ ] add upload from SQL, CSV and JSON
32- [ ] add ability to connect to a non-val town Turso database
33- [x] fix wonky sidebar separator height problem (thanks to @stevekrouse)
34- [x] make result tables scrollable

libsqlstudiomain.tsx1 match

@iamseeley•Updated 11 months ago
3
4const app = createApp({
5 url: Deno.env.get("TURSO_DATABASE_URL")!,
6 authToken: Deno.env.get("TURSO_AUTH_TOKEN")!,
7});

sqliteExplorerAppREADME.md1 match

@vawogbemi•Updated 11 months ago
30- [ ] add triggers to sidebar
31- [ ] add upload from SQL, CSV and JSON
32- [ ] add ability to connect to a non-val town Turso database
33- [x] fix wonky sidebar separator height problem (thanks to @stevekrouse)
34- [x] make result tables scrollable

bookmarksDatabase

@s3thi•Updated 3 months ago

sqLiteDatabase1 file match

@ideofunk•Updated 6 months ago