1.7 KiB
Download SQLPage
SQLPage is a small single-file program that will execute the SQL files you write, and render the database responses as nice web pages.
If you have already downloaded SQLPage, you can skip this step and start writing your website.
Download the latest SQLPage for your operating system.
In the release assets section, you will find files named sqlpage-windows.zip, sqlpage-linux.tgz, and sqlpage-macos.tgz.
Download the one that corresponds to your operating system, and extract the executable file from the archive.
Note
: On Mac OS, Apple blocks the execution of downloaded files by default. The easiest way to run SQLPage is to use Homebrew.
Note
: Advanced users can alternatively install SQLPage using:
- docker (docker images are also available for ARM, making it easy to run SQLPage on a Raspberry Pi, for example),
- brew (the easiest way to install SQLPage on Mac OS),
- nix (declarative package management for reproducible deployments),
- scoop (a command-line installer for Windows),
- or cargo (the Rust package manager).
You can also find the source code of SQLPage on GitHub, install rust on your computer, and compile it yourself with cargo install sqlpage.