-
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…
-
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.
-
### 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
#…
-
Hello everyone.
For a project at work our API uses ULIDs. I noticed Zod comes with a ULID validator built in, however, it always marks our ULIDs as invalid. After a short investigation, I learned t…
Qrivi updated
5 months ago
-
Hi there, I love using Uuids / Ulids as primaries, and I jumped on this feature !
But it looks like it works only if we don't pass any parameters `php bin/console make:entity --with-uuid`
**How t…