add d1 in builder

This commit is contained in:
Aman Varshney
2025-06-20 09:36:50 +05:30
parent 4b36d5f53d
commit 68b44e581a
2 changed files with 72 additions and 0 deletions

View File

@@ -276,6 +276,13 @@ export const TECH_OPTIONS = {
icon: "/icon/turso.svg",
color: "from-pink-400 to-pink-600",
},
{
id: "d1",
name: "Cloudflare D1",
description: "Serverless SQLite database on Cloudflare Workers",
icon: "/icon/workers.svg",
color: "from-orange-400 to-orange-600",
},
{
id: "neon",
name: "Neon Postgres",