-
### Describe the feature
Currently the standard approach to using ValueTypes fails due to the inability of EntityFrameworkCore to use a value type as an id for example.
Guidance on how to do this …
-
Add UUID sugar like `Workflow::uuid()` or `Workflow::uuid4(), ::uuid7(), ::uuid8()`
It may look like:
```php
# Workflow context
$uuid = yield Workflow::uuid7();
```
-
Do you have any plans to implement UUIDv7, although it's still a recent draft? It would be a nice addition to the library and will solve the long standing issue with previous UUID variants, which are …
-
> A clear and concise description of what works not as it is supposed to.
UUIDv7 is designed to be sortable in the binary order by having a timestamp
at the beginning of its bit layout. However,…
-
Currently this project exports ESM packages on NPM. It would be useful to have CJS exported as well for projects that rely on that format.
### Our Use Case
In our setup, we transpile our Typescr…
-
Following #159, I have a problem and a suggestion.
My use case is, I want to use uuidv7 as primary keys for all tables. So I came up with a base table:
```ts
import { createBaseTable } from "or…
-
https://github.com/oittaa/uuid-php
-
Many use UUID as primary keys, because of the many advantages this brings (with UUIDv7, they become even more interesting).
Thus, it would be awesome to be able to use your gem in these situations,…
-
Here’s the extension. Hopefully it’s popular enough to add. We really need modern UUIDs these days.
https://github.com/VADOSWARE/pg_idkit
https://supabase.com/blog/choosing-a-postgres-primary-k…
-
```
----------------------------------------------------------------------
COMMENT:
----------------------------------------------------------------------
Minor level comments:
(2) p 14, sec …