-
It would be great to add support for TypeScript ORMs like Prisma, Drizzle, and Kysely. This would involve generating schema definitions and migration files directly compatible with these ORMs from the…
-
## Proposal
In-order to cut down on development time, a lot of developers are leveraging powerful ORMs which allow for quick migrations and type-safety. Prisma being one of the popular ORMs can be …
-
Hi, currently we can't use this library with the [doctrine/mongodb-odm](https://github.com/doctrine/mongodb-odm), even though MongoDB is quite a popular database in the PHP world.
It would be nice …
-
ORM/Models
```go
package models
import (
"time"
)
type Vnf struct {
Id int64 `orm:"auto;pk" form:"-"`
ServiceId string `orm:"unique;index"…
-
## Feature Request Type
- [x] Core functionality
- [ ] Alteration (enhancement/optimization) of existing feature(s)
- [ ] New behavior
## Description
I am trying to transit from graphene to strawbe…
vt-rc updated
2 weeks ago
-
Could you please consider automatically registering custom repositories as DIC services?
My `services.neon` contains a lot of
```
services:
-
create: @nettrine.orm.entityManagerDecorator::g…
-
### Package.json file
```JSON
{
[...]
"scripts": { [...] },
"dependencies": {
"@medusajs/admin-sdk": "latest",
"@medusajs/framework": "latest",
"@medusajs/me…
-
Upgrade drizzle orm to 0.28.6 or latest version and fix all deprications
-
### Report hasn't been filed before.
- [X] I have verified that the bug I'm about to report hasn't been filed before.
### What version of `drizzle-orm` are you using?
0.36.1
### What version of `d…
-
Hello everyone,
i have seen an issue in ApiPlatform documentation about integration with VichUploaderBundle. The issue is when i follow the documentation step by step i got an error saying multipart…