Daniel Pfeifer

Results 4 comments of Daniel Pfeifer

Instead of installing Rust on the Raspberry Pi, I cross-compile Electrs in a Docker container. This is my `Dockerfile`: ```docker FROM debian:bullseye-slim RUN dpkg --add-architecture arm64 \ && apt-get -qq...

Yes, that would be a nice API.

I try `/stats?select=*,sites(*)` without success: ```sql CREATE TABLE projects ( project_id serial PRIMARY KEY, ... ); CREATE TABLE sites ( site_id serial PRIMARY KEY, ... ); CREATE TABLE jobs (...

Correct. It is about the whole directory. That's why I put a `/` at the end.