Blog

Engineering & Insights

Deep dives into Cloudflare D1, database tooling, and building production-grade apps on the edge.

Why Cloudflare D1 Needs a Real Desktop Client
3 min read

Why Cloudflare D1 Needs a Real Desktop Client

MyD1 gives Cloudflare D1 the native desktop client it deserves — fast table browsing, a real query editor, and an AI agent that writes SQL for you.

cloudflared1tooling
The Complete Guide to Managing Cloudflare D1 Without the Terminal
3 min read

The Complete Guide to Managing Cloudflare D1 Without the Terminal

Stop wrestling with wrangler CLI commands. Here's how to browse, query, and manage your Cloudflare D1 databases visually on macOS.

guidecloudflared1
How to Browse and Query Your D1 Database Visually
3 min read

How to Browse and Query Your D1 Database Visually

A step-by-step walkthrough of browsing tables, running queries, and editing data in Cloudflare D1 using a visual database client.

tutorialcloudflared1
TablePlus vs MyD1: Which Database Client for Mac Developers?
3 min read

TablePlus vs MyD1: Which Database Client for Mac Developers?

A head-to-head comparison of TablePlus and MyD1 for macOS — features, D1 support, pricing, and which one fits your workflow.

comparisontoolsdatabase
Getting Started with Cloudflare D1: A Visual Guide
3 min read

Getting Started with Cloudflare D1: A Visual Guide

Create, query, and manage a Cloudflare D1 database visually in 10 minutes — no terminal needed. Step-by-step with SQL examples.

tutorialcloudflared1
Build a Full-Stack App with SvelteKit + Cloudflare D1 for Free
7 min read

Build a Full-Stack App with SvelteKit + Cloudflare D1 for Free

Ship a SvelteKit app with Cloudflare D1 database, R2 file storage, and global CDN for $0/month — then browse your data visually with MyD1.

tutorialsveltekitcloudflare
5 min read

How to Check OpenClaw Memory in MyD1

Browse your OpenClaw memory database in MyD1 with one click. Step-by-step for macOS, Linux, and remote SSH connections to main.sqlite.

myd1sqliteopenclaw
7 min read

Why AWS Is So Slow (And What to Use Instead)

Cut AWS latency by moving to edge computing. Learn why cold starts, regional servers, and egress fees slow your app — and how Cloudflare Workers fixes it.

awsperformancecloudflare
8 min read

AWS EC2 vs Cloudflare Workers Stack in 2026

AWS EC2 vs the Cloudflare Workers stack (Workers, D1, R2, Pages) compared on cost, latency, DX, and scaling — with sourced benchmarks.

awscloudflareworkers
9 min read

Migrate from AWS EC2 to Cloudflare Workers in 2026

Step-by-step guide to migrate your web app from EC2, RDS, and S3 to Cloudflare Workers, D1, and R2 — with code examples and zero downtime.

awscloudflaremigration
11 min read

10 Ways to Make SQLite Blazing Fast (With Real Examples)

Make SQLite 5x-50x faster with WAL mode, proper indexes, and six more proven optimizations. Real SQL examples you can run today.

sqliteperformanced1
13 min read

SQLite Can Handle Your Website. Yes, Yours.

Developers default to PostgreSQL for everything. But for blogs, e-commerce, and SaaS, SQLite is faster, simpler, and free. Here's why.

sqlitepostgresqldatabase
9 min read

MyD1 Is the Perfect SQLite Manager for OpenClaw Users

Browse, query, and manage OpenClaw\'s SQLite database visually with MyD1 — a free native macOS app with every feature you need.

myd1sqliteopenclaw
11 min read

8 Swift Performance Tricks That Made Our macOS App Instantly Faster

Ship faster SwiftUI apps with 8 @Observable and async/await fixes for timers, formatters, dispatch, and sort — with before/after code.

swiftperformancemacos
Cloudflare D1 vs MySQL vs PostgreSQL: Which Should You Use in 2026?
5 min read

Cloudflare D1 vs MySQL vs PostgreSQL: Which Should You Use in 2026?

A practical comparison of Cloudflare D1, MySQL, and PostgreSQL — when to use each, their strengths, and how to manage all four (plus SQLite) from one app.

comparisoncloudflared1