Integration support tracker
Which orm is next? I wish it was Typeorm.
- for next Typeorm
Are Typeorm and MikroORM even possible? They rely on experimental decorators
It would be nice to see EdgeDB supported
It would be nice to see EdgeDB supported
@J3m5 for connectors, please refer to #32
Well, I'm not talking only about the DB connector but especially about the tooling around it. There is a Typescript client, a query builder, DB schemas, migrations etc
Well, I'm not talking only about the DB connector but especially about the tooling around it. There is a Typescript client, a query builder, DB schemas, migrations etc
Absolutely! Sorry for my barebone reply, but yes in general edgedb should probably have its own dedicated integration. Although I still think that it requires its own connector first, if I'm not mistaken with the current structure of db0.
edgedb idea sounds lovely but if i'm not mistaken, it is a no-sql solution (while consider db0 is a SQL-multi connector)
I think it would be best to fork into a separate issue or discussion if we want to consider edgedb somehow.
EdgeDB is actually based on PostgreSQL and uses its own DSL, which is parsed and then converted to SQL. Also, there is a Nuxt Module developed by @Tahul that might be useful for the implementation.
Perhaps @Tahul could provide some insights with this integration.
EdgeDB ~> https://github.com/unjs/db0/issues/94
Another one for the list is Knex/Lucid
@pi0 Would a general adapter that could hook into these various ORMs be suitable?
Has anyone mentioned prisma yet? I really want it! 👀
@pi0 great job! Please consider adding support for SurrealDB also! Thank you 😊
is there any progress?