Skip to content

Feature: Specifying default sort #42

@alian-0

Description

@alian-0

Currently, when no sort is specified when using build_query(), the data is sorted by the primary key column in ascending order.

In certain contexts, such as sorting by ULID, it may be useful for the user to be able to view the data in a descending order without having to specify the sort for every table created, or append a "-" character to the beginning of their primary key column for each query.

Some way to override the default direction of the sorting would be good to have.

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