Skip to content

Make cargo sqlx prepare cache whole db structure, instead of individual queries #632

Closed
@AdrianEddy

Description

@AdrianEddy

If possible, it will be useful to add a way to prepare/cache the whole database structure (all tables/columns), instead of only used queries. This would allow to have the database mapped once and continue with development without the need to update cached file after each new/changed query in code.

This can be added as additional parameter, for example cargo sqlx prepare full

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions