Getting Started

This documentation is hosted on https://mahdiyari.gitlab.io/hafsql

Connection settings

The "official" public HafSQL/HAF database:

host: hafsql-sql.mahdiyari.info
port: 5432
database: haf_block_log
user: hafsql_public
password: hafsql_public

Important notes

How to connect

HAF is running on PostgreSQL and all the PostgreSQL clients will connect and work just fine. Below is a list of clients that we use.

GUI

DBeaver provides a very rich user interface with a lot of features.
It is available for Windows, Linux, and Mac for free.
Recommendation would be to use DBeaver for testing your queries before implementing them in your code.

NodeJS and Deno

node-postgres
deno-postgres