Bundles for Sequel Pro

Sequel Pro Bundles

Bundles are nifty little helpers that make you more efficient with your data. Built by developers, Sequel Pro bundles use your favourite scripting languages to help improve your workflow. You can install bundles with one click — no need to restart Sequel Pro.

Table Data ViewerHans-Jörg Bibiko

Visualise data table row(s) as user-definable HTML page

PHP DeserializeAndrew Fulton

Convert data that has been serialized by PHP into a readable output using print_r format.

Explain SQL QueryHans-Jörg Bibiko

Outputs the result of the SQL statement: EXPLAIN EXTENDED

Database ReportHans-Jörg Bibiko

Display a report about all databases of the current connection including the possibility to select a database or table via hyperlink.

Copy Single Line QuotedHans-Jörg Bibiko

Takes the current query or the selection and copies it as a single line quoted multi-line string by appending a ; into the pasteboard

Copy as Text TableCarsten Blüm

Creates a text-only, table-like representation of the result set given as input. Output is UTF8-encoded and should be viewed with a monospaced font.

Copy as JSONHans-Jörg Bibiko

Copies the selected rows excluding any BLOB data in a data table JSON formatted into the pasteboard.