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/image-url.jpg%20%22Image%20title%22?q=database&page=367&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 4019 results for "database"(451ms)

sqliteExplorerAppREADME.md1 match

@granin•Updated 5 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

@alexdmejias•Updated 5 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

Send_Errors_to_Emailmain.tsx4 matches

@bmitchinson•Updated 5 months ago
70 -d '{
71 "subject": "Critical Java Error",
72 "userDescription": "Database connection failed unexpectedly",
73 "errorStacktrace": "java.sql.SQLException: Connection refused\\n\\tat com.example.DatabaseManager.connect(DatabaseManager.java:42)",
74 "secretKey": "your-secret-key-here"
75 }'</pre>
77 <h3>Example JSON Structure:</h3>
78 <pre>{
79 "subject": "Database Connection Error",
80 "userDescription": "Failed to connect to production database during user login",
81 "errorStacktrace": "Full Java/language-specific error stacktrace goes here",
82 "secretKey": "your-secret-key-here"

VALLEREADME.md1 match

@ubixsnow•Updated 5 months ago
1# VALL-E
2
3LLM code generation for vals! Make apps with a frontend, backend, and database.
4
5It's a bit of work to get this running, but it's worth it.

sqlitemain.tsx2 matches

@markscrivo•Updated 5 months ago
5/**
6 * Every Val Town account comes with its own private
7 * [SQLite database](https://www.sqlite.org/) that
8 * is accessible from any of your vals.
9 * ([Docs ↗](https://docs.val.town/std/sqlite))
115
116// adapted from
117// https://github.com/tursodatabase/libsql-client-ts/blob/17dd996b840c950dd22b871adfe4ba0eb4a5ead3/packages/libsql-client/src/sqlite3.ts#L314C1-L337C2
118function rowFromSql(
119 sqlRow: Array<unknown>,

sqliteExplorerAppREADME.md1 match

@lecoto•Updated 5 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

modernSalesCRMmain.tsx1 match

@shrirudragoud•Updated 5 months ago
213 const timeoutId = setTimeout(() => {
214 controller.abort();
215 throw new Error('Database operation timed out');
216 }, 5000);
217

uptimeREADME.md1 match

@omerco•Updated 5 months ago
1# Uptime Checker & Status Page
2
3This is a free, hackable uptime/downtime monitor that sends you an email when the site doesn't return a 200. It also stores historical uptime and latency data in your Val Town SQLite, which is used to power a status page. It supports multiple URLs in the same database and status page.
4
5## Installation

sqlite_adminREADME.md1 match

@izuchukwu•Updated 5 months 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).

memorySampleSummarymain.tsx1 match

@toowired•Updated 5 months ago
8const openai = new OpenAI();
9
10// Initialize the database
11async function initDB() {
12 await sqlite.execute(`

bookmarksDatabase

@s3thi•Updated 2 months ago

sqLiteDatabase1 file match

@ideofunk•Updated 5 months ago