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=345&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 4135 results for "database"(484ms)

MiniAppStarterREADME.md1 match

@andrewcarnealโ€ขUpdated 1 month ago
9- The **client-side entrypoint** is `/frontend/index.html`, which in turn imports `/frontend/index.tsx`, which in turn imports the React app from `/frontend/App.tsx`.
10
11[React Hono Example](https://www.val.town/x/stevekrouse/reactHonoExample) is a fuller featured example project, with a SQLite database table, queries, client-side CSS and a favicon, and some shared code that runs on both client and server.
13 };
14
15 //database, niba itayirimo, subiza ubutumwa busanzwe
16 const responseMessage = treatments[disease] || "Ndababariwe, sinamenye iyo ndwara. Ongera ugerageze.";
17

brightBlushCrawdadmain.tsx1 match

@BelgineMalinoโ€ขUpdated 1 month ago
3import { createRoot } from "https://esm.sh/react-dom@18.2.0/client";
4
5// Comprehensive medical database with expanded categories
6const MEDICAL_DATA = [
7 {

personaltrainingREADME.md3 matches

@OgagaOnutaโ€ขUpdated 1 month ago
21- **Frontend**: React (for web), React Native (for mobile)
22- **Backend**: Node.js with Express.js
23- **Database**: MongoDB / PostgreSQL
24- **Authentication**: Firebase / JWT
25- **Hosting**: AWS / Vercel / Netlify
30
31- Node.js installed
32- MongoDB or PostgreSQL database setup
33
34### Steps
46 npm install
47 ```
484. Set up environment variables (create a `.env` file and add credentials for the database, authentication, etc.).
495. Run the development server:
50 ```sh

MiniAppStarterREADME.md1 match

@xppaicyberโ€ขUpdated 1 month ago
9- The **client-side entrypoint** is `/frontend/index.html`, which in turn imports `/frontend/index.tsx`, which in turn imports the React app from `/frontend/App.tsx`.
10
11[React Hono Example](https://www.val.town/x/stevekrouse/reactHonoExample) is a fuller featured example project, with a SQLite database table, queries, client-side CSS and a favicon, and some shared code that runs on both client and server.

cerebras_coderindex2 matches

@jackyoustraโ€ขUpdated 1 month ago
1import { generateCode } from "./backend/generate-code";
2import { createTables } from "./database/migrations";
3import { createProject, getCode, getNextVersionNumber, insertVersion } from "./database/queries";
4
5async function servePublicFile(path: string): Promise<Response> {

stevekrouse_dot_comhomepage.tsx1 match

@shouserโ€ขUpdated 1 month ago
13 todayHits = hits.todayHits;
14 } catch (e) {
15 console.log("Caught database error: ", e);
16 }
17 return new Response(

apiifyREADME.md1 match

@wolfโ€ขUpdated 1 month ago
9- The **client-side entrypoint** is `/frontend/index.html`, which in turn imports `/frontend/index.tsx`, which in turn imports the React app from `/frontend/components/App.tsx`.
10
11[React Hono Example](https://www.val.town/x/stevekrouse/reactHonoExample) is a fuller featured example project, with a SQLite database table, queries, client-side CSS and a favicon, and some shared code that runs on both client and server.

testmar24README.md3 matches

@charmaineโ€ขUpdated 1 month ago
15```
16โ”œโ”€โ”€ backend/
17โ”‚ โ”œโ”€โ”€ database/
18โ”‚ โ”‚ โ””โ”€โ”€ queries.ts # SQLite database operations
19โ”‚ โ””โ”€โ”€ index.ts # Hono API server
20โ”œโ”€โ”€ frontend/
54
551. Fork this project in Val Town
562. The app will automatically create its database table on first run
573. Access the app through your Val Town URL

cerebras_coderindex2 matches

@draxโ€ขUpdated 1 month ago
1import { generateCode } from "./backend/generate-code";
2import { createTables } from "./database/migrations";
3import { createProject, getCode, getNextVersionNumber, insertVersion } from "./database/queries";
4
5async function servePublicFile(path: string): Promise<Response> {

bookmarksDatabase

@s3thiโ€ขUpdated 2 months ago

sqLiteDatabase1 file match

@ideofunkโ€ขUpdated 5 months ago