Alyx
Alyx
It's done inside Model so `InferCreationAttributes` wouldn't impact that `strictNullChecks` is not required but these errors will only be caught by typescript if it's on. I'll add a note in...
I'm moving this issue to our new documentation website repository to keep better track of it
WebStorm [has added support](https://youtrack.jetbrains.com/issue/WEB-27687) for class fields in the latest EAP
Thank you for the thorough analysis of the issue, we'll look into it
@wellwelwel Would it be a good idea to add functions for `packet.readDateTimeString`, `packet.readDateTime` and `packet.readTimeString` in `wrap`? We could then call that in our handling of `DATETIME` Also, it's really...
I definitely get not wanting to add features if `typeCast` is going to be phased out. If `.string()` is meant to output the datetime string, then fixing that behavior would...
A way to solve this is to define your own `toJSON()` method on your model which only returns the public data: ```js class User extends Model { toJSON() { const...
> This issue was labeled as a feature, not a bug. Ah yes, I'll reopen then. However I don't think this is in scope for an ORM. I think it...
None, but as I indicated in May of last year I still don't believe this feature belongs in an ORM.
From what I can see, it seems we can run D1 databases locally. From looking at other ORMs with D1 support, there does not seem to be a lot of...