Skip to content

Support for ULID #130

@liamtsuyoshi

Description

@liamtsuyoshi

As we can see Squirrel supports UUID.
It would be nice if you guys can make Squirrel support ULID as well.

My use-case is to save the ids (pk, fk) as UUID in the database (PostgreSQL, MySQL, etc.) but whenever I query the data (get the data into Wisp then return the JSON for example) they're gonna be converted into ULID by using these functions. But since Squirrel is not supporting ULID out-of-the-box, I have to manually change the code of every function generated by Squirrel (imagine when we have to build a large scale application, it's gonna be a nightmare).

Much appreciate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions