Interactive SQL shell for Bunny Database
You can now talk to Bunny Database through the terminal 🧑💻 The interactive SQL shell is here — and it’s the first piece of the bunny.net CLI. What you get: → Full REPL with multi-line SQL, command history, and query timing → Dot-commands for schema introspection (.tables, .schema, .describe, .er) → Saved views let you name any query and re-run it across sessions or share it with your team → Five...

Benchmark: how database location affects latency for far-away users
While building Bunny Database, we wanted to understand how much physical distance between users and databases actually impacts latency in practice. When multi-region database setups are costly or clunky, devs often fall back to caching and other workarounds to hide latency from far-away users. But the question is: how bad does it actually get as users move farther away from the database? To...
















