Factor out all non-generic implementations #250

Closed
lash wants to merge 29 commits from lash/purify-max into master
Showing only changes of commit 6cd639fd19 - Show all commits

View File

@ -5,7 +5,8 @@ import (
"fmt"
"os"
"path"
"github.com/jackc/pgx/v5/pgxpool"
"git.defalsify.org/vise.git/db"
fsdb "git.defalsify.org/vise.git/db/fs"
"git.defalsify.org/vise.git/db/postgres"