Interactive SQL shell for Bunny Database
byβ’
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 output modes: default, table, json, csv, and markdown
β Automatic sensitive column masking keeps passwords and API keys out of your terminal
It also runs non-interactively, so you can drop it straight into scripts.
Get all the details on the blog: https://bunny.net/blog/introducing-the-interactive-bunny-database-shell/
44 views



Replies