Page for SQLBin
This commit is contained in:
parent
8f8f599f66
commit
4fd2373576
5 changed files with 70 additions and 7 deletions
|
|
@ -5,8 +5,8 @@ right expectations and prevent disappointment and/or wasted effort, here's a
|
|||
few notes on how I deal with contributions.
|
||||
|
||||
**Feedback** of any kind is always welcome, but I make no promise that I will
|
||||
act on it. Feel free to open an issue on [my Gitea
|
||||
instance](https://code.blicky.net/yorhel) or mail me at
|
||||
act on it. Feel free to open an issue on [my git
|
||||
forge](https://code.blicky.net/yorhel) or mail me at
|
||||
[projects@yorhel.nl](mailto:projects@yorhel.nl).
|
||||
|
||||
I love **bug reports**, so don't hesitate to report anything that doesn't work
|
||||
|
|
@ -37,8 +37,8 @@ so just throwing patches over the fence and expecting me to merge anything is a
|
|||
recipe for disappointment.
|
||||
|
||||
If you use my software in combination with **proprietary software** or a
|
||||
proprietary OS (MacOS, Windows), then you're mostly on your own. I write free
|
||||
software because I care about user freedom, so I'm not inclined to spend time
|
||||
and effort improving my code to better work with software that I don't plan to
|
||||
ever use. I may accept the occasional fix if it's simple enough, but I've no
|
||||
intention to bend over backwards.
|
||||
proprietary OS (like MacOS or Windows), then you're mostly on your own. I write
|
||||
free software because I care about user freedom, so I'm not inclined to spend
|
||||
time and effort improving my code to better work with software that I wouldn't
|
||||
recommend anyone to use. I may accept the occasional fix if it's simple enough,
|
||||
but I've no intention to bend over backwards.
|
||||
|
|
|
|||
45
dat/sqlbin.md
Normal file
45
dat/sqlbin.md
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
% SQLBin
|
||||
|
||||
SQLBin is a minimalistic web application that lets you query a
|
||||
[PostgreSQL](https://www.postgresql.org/) database and save and share the
|
||||
queries with others. It's something of a mix between a
|
||||
[pastebin](https://en.wikipedia.org/wiki/Pastebin) and a database querying
|
||||
tool.
|
||||
|
||||
## Features
|
||||
|
||||
- Simple, fast and minimalistic UI
|
||||
- Efficiently handles large query results
|
||||
- Integrates with [gnuplot](http://gnuplot.info/) 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](https://prismjs.com/))
|
||||
- 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](https://code.blicky.net/yorhel/sqlbin).
|
||||
|
||||
License
|
||||
: AGPL-3.0-only.
|
||||
|
||||
## Similar projects
|
||||
|
||||
SQLBin is heavily inspired by [SQLPad](https://getsqlpad.com/en/introduction/).
|
||||
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](https://github.com/mgramin/awesome-db-tools#gui).
|
||||
Loading…
Add table
Add a link
Reference in a new issue