-
Best id type I know so far :)
https://github.com/Cysharp/Ulid
[![Back this issue](https://raw.githubusercontent.com/devlooped/SponsorLink/main/docs/assets/img/separator.png "Back this issue")](h…
-
## Bug Report
ref: https://github.com/tonbo-io/tonbo/pull/145#discussion_r1751540961
-
https://www.npmjs.com/package/ulidx
> The original [ulid](https://github.com/ulid/javascript) is no longer maintained, and has several outstanding compatibility-related issues that were never address…
-
Currently, DrawDB does not offer support for ULID (Universally Unique Lexicographically Sortable Identifier). This limits performance optimization opportunities when working with databases that requir…
-
Crypt::Random is relied on by UUID v4, instead use ULID which is pure Raku. Crypt::Random seems to fail on new OS, like Win11.
-
In addition to time and id range it would be nice to have support for uuid7 or ulid ([Universally Unique Lexicographically Sortable Identifiers](https://github.com/ulid/spec)).
Thanks!
-
- Use ULID, UUID fallback identifier. 00-00-00-00-00-00 format in hex is fairly human readable. but prefer natural language.
-
## Problem
> UUID can be suboptimal for many use-cases because:
>
> It isn't the most character efficient way of encoding 128 bits of randomness
> UUID v1/v2 is impractical in many environments…
-
### Description
I used to be able to generate an Id for a table using
```rust
use surrealdb::sql::{Id, Thing};
Thing::from(("cats", Id::ulid()))
```
How can I do it now with `RecordId` a…
-
This would likely break things but from a pure aesthetics pov this would be nice.
https://github.com/ulid/spec
```yaml
# this is nice
project_id: 01ARZ3NDEKTSV4RRFFQ69G5FAV
```
```yaml
#…