terpal-sql icon indicating copy to clipboard operation
terpal-sql copied to clipboard

Make Kotlin's `Uuid` automatically wrapped

Open cies opened this issue 2 months ago • 1 comments

While Uuid is still marked as experimental, it is in the last phases of becoming stdlib. It is one of the type I have to manually unwrap to a string, and then use like where user_uuid = $userUuidString::uuid.

It's a pretty popular ID type nowadays in db design.

cies avatar Oct 22 '25 09:10 cies

Good idea. I'll try to add it in the next terpal version.

deusaquilus avatar Nov 13 '25 20:11 deusaquilus