PostgreSQL is a commonly used piece of software within the polyphony repositories. In the context of Rust, it is often depended upon by compile-time SQL validation checks.
The workflows repository should have an easy way of including a PostgreSQL database in the workspace environment, if needed. A working base can be found in the sonata repository, where the flake.nix and scripts/db.sh files together provide an easy way to interact with a PostgreSQL database. It would suffice if this solution were adapted slightly and added into this repository here.
PostgreSQL is a commonly used piece of software within the polyphony repositories. In the context of Rust, it is often depended upon by compile-time SQL validation checks.
The workflows repository should have an easy way of including a PostgreSQL database in the workspace environment, if needed. A working base can be found in the [sonata repository](https://codeberg.org/polyphony/sonata), where the `flake.nix` and `scripts/db.sh` files together provide an easy way to interact with a PostgreSQL database. It would suffice if this solution were adapted slightly and added into this repository here.