added faction->chain, changed selections() signature

This commit is contained in:
TotallyNot 2023-11-17 11:34:38 +01:00
parent 9b41a9844f
commit c320036cd0
9 changed files with 323 additions and 45 deletions

View file

@ -1,4 +1,4 @@
use async_trait::async_trait;
use indoc::indoc;
use sqlx::{FromRow, PgPool, Postgres, QueryBuilder};
use thiserror::Error;