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=52&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 2874 results for "database"(325ms)

aab65694896_.cursorrules2 matches

@vtclitestsโ€ขUpdated 1 week ago
198```
199โ”œโ”€โ”€ backend/
200โ”‚ โ”œโ”€โ”€ database/
201โ”‚ โ”‚ โ”œโ”€โ”€ migrations.ts # Schema definitions
202โ”‚ โ”‚ โ”œโ”€โ”€ queries.ts # DB query functions
257 ```
258
259### Database Patterns
260- Run migrations on startup or comment out for performance
261- Change table names when modifying schemas rather than altering

vtEditorFiles.cursorrules2 matches

@wolfโ€ขUpdated 1 week ago
198```
199โ”œโ”€โ”€ backend/
200โ”‚ โ”œโ”€โ”€ database/
201โ”‚ โ”‚ โ”œโ”€โ”€ migrations.ts # Schema definitions
202โ”‚ โ”‚ โ”œโ”€โ”€ queries.ts # DB query functions
257 ```
258
259### Database Patterns
260- Run migrations on startup or comment out for performance
261- Change table names when modifying schemas rather than altering

OpenTowniexTODOs.md1 match

@tallesjpโ€ขUpdated 1 week ago
12- [ ] make it one click to branch off like old jp townie demos
13- [ ] opentownie as a pr bot
14- [ ] give it the ability to see its own client-side and server-side logs by building a middleware that shoves them into a SQL light database date and then give it a tool to access them
15- [ ] do a browser use or screenshot thing to give it access to its own visual output
16- [ ] Have it default to creating a new branch off main

OpenTowniexthink.ts1 match

@tallesjpโ€ขUpdated 1 week ago
7export const thinkTool = tool({
8 description:
9 "Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed.",
10 parameters: z.object({
11 thought: z.string().describe("A thought to think about."),

OpenTowniexsystem_prompt.txt2 matches

@tallesjpโ€ขUpdated 1 week ago
192```
193โ”œโ”€โ”€ backend/
194โ”‚ โ”œโ”€โ”€ database/
195โ”‚ โ”‚ โ”œโ”€โ”€ migrations.ts # Schema definitions
196โ”‚ โ”‚ โ”œโ”€โ”€ queries.ts # DB query functions
251 ```
252
253### Database Patterns
254- Run migrations on startup or comment out for performance
255- Change table names when modifying schemas rather than altering

OpenTownieTODOs.md1 match

@tallesjpโ€ขUpdated 1 week ago
12- [ ] make it one click to branch off like old jp townie demos
13- [ ] opentownie as a pr bot
14- [ ] give it the ability to see its own client-side and server-side logs by building a middleware that shoves them into a SQL light database date and then give it a tool to access them
15- [ ] do a browser use or screenshot thing to give it access to its own visual output
16- [ ] Have it default to creating a new branch off main

OpenTowniethink.ts1 match

@tallesjpโ€ขUpdated 1 week ago
7export const thinkTool = tool({
8 description:
9 "Use the tool to think about something. It will not obtain new information or change the database, but just append the thought to the log. Use it when complex reasoning or some cache memory is needed.",
10 parameters: z.object({
11 thought: z.string().describe("A thought to think about."),

OpenTowniesystem_prompt.txt2 matches

@tallesjpโ€ขUpdated 1 week ago
192```
193โ”œโ”€โ”€ backend/
194โ”‚ โ”œโ”€โ”€ database/
195โ”‚ โ”‚ โ”œโ”€โ”€ migrations.ts # Schema definitions
196โ”‚ โ”‚ โ”œโ”€โ”€ queries.ts # DB query functions
251 ```
252
253### Database Patterns
254- Run migrations on startup or comment out for performance
255- Change table names when modifying schemas rather than altering

testprojfailroute.ts1 match

@wolfโ€ขUpdated 1 week ago
2import stripe, { Stripe } from "stripe";
3import Preorder from "../../../../models/Preorder";
4import mongoConnect from "../../../../../database";
5import MongoItem from "../../../../models/Item";
6

testprojfailpage.tsx1 match

@wolfโ€ขUpdated 1 week ago
1import mongooseConnect from "../../../../database"
2import MongoItem from "../../../models/Item";
3import Body from "./Body";

yc_database

@stevekrouseโ€ขUpdated 5 months ago

dateMeNotionDatabase2 file matches

@stevekrouseโ€ขUpdated 1 year ago