Skip to content

[Refactor] Remove sqlx/PostgreSQL dependency from "extenddb catalog-check" command #177

Description

@jcshepherd

The extenddb catalog-check command (cmd_catalog_check.rs) snuck in at the same time we refactored extenddb to enable pluggable backends, and still has direct dependencies on sqlx in general and PostgreSQL in particular. Functionality in this command must be moved behind generic operations in a catalog trait and reimplemented in storage-postgres (and other backend crates as they come along).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Fields

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions