1.5 KiB
1.5 KiB
% SQLBin
SQLBin is a minimalistic web application that lets you query a PostgreSQL database and save and share the queries with others. It's something of a mix between a pastebin and a database querying tool.
Features
- Simple, fast and minimalistic UI
- Efficiently handles large query results
- Integrates with gnuplot to visualize query results
- Automatically generates schema documentation
- Supports saving, tagging, sharing and browsing queries
- Export query results to TSV, CSV or JSON
- Supports multiple users
- Built-in syntax highlighting (provided by Prism)
- Single-binary deployment^[Or, well, two binaries if you include the custom build of gnuplot.]
- Fully usable without JavaScript^[JavaScript is only used for optional syntax highlighting.]
Download
- Latest release
- There's no numbered releases or static binaries yet, get in touch if this interests you.
- Development version
- The most recent code is available on a git repository.
- License
- AGPL-3.0-only.
Similar projects
SQLBin is heavily inspired by SQLPad. My main motivation for writing SQLBin was to provide a less heavyweight alternative with an improved query browser and better intergration with PostgreSQL.
There's a whole list of alternative database querying tools over here.