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.
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.