No description
  • Crystal 87.7%
  • CSS 5.6%
  • JavaScript 4.1%
  • Shell 1.4%
  • Makefile 1.2%
Find a file
Yorhel 7c6ed62b69 Gnuplot: Update to 6.0.4
I saw gnuplot segfaulting after a system update. Not entirely sure what
caused that, but an update + rebuild shouldn't hurt.
2025-12-26 16:52:09 +01:00
.reuse Minor fixes + reuse spec compliance 2024-01-07 10:18:37 +01:00
gnuplot Gnuplot: Update to 6.0.4 2025-12-26 16:52:09 +01:00
LICENSES Initial experiments 2023-12-14 13:38:26 +01:00
.gitignore Add build script for a custom gnuplot binary 2024-01-03 18:00:24 +01:00
favicon.ico Add favicon 2024-01-06 14:45:01 +01:00
main.cr Schema: use format_type() instead of bad heuristics 2024-12-26 09:55:11 +01:00
Makefile Add support for syntax highlighting 2024-01-09 16:38:25 +01:00
manual.md Increase max_headers_size and request_line_size 2024-01-14 09:11:23 +01:00
README.md Documentation improvements 2024-01-10 13:46:20 +01:00
script.js Add support for syntax highlighting 2024-01-09 16:38:25 +01:00
shard.yml Use PostgreSQL binary results protocol + many performance improvements 2023-12-28 20:34:28 +01:00
style.css Add broken query checking 2024-01-12 13:07:53 +01:00

SQLBin

SQLBin is a simple, fast, lightweight, efficient, AGPL-licensed, single-binary, boringly-named and equally plain-looking multi-user web interface for running and sharing queries against a PostgreSQL database, written in Crystal.

See the SQLBin homepage for more information.

A live demo can be found at sqlbin.vndb.org.

There's no (binary) releases at this point. If you think you have an interesting use case for this project, let me know and maybe it'll help me get motivated to turn this into a proper project.