ORM selection #116
Closed
TangoYankee
started this conversation in
General
Replies: 3 comments 1 reply
-
I say go with Drizzle. I recall working with Mikro-orm and trying to a select distinct and left join that just wouldn't work unless we used raw SQL. Drizzle had ready made methods to do that same without resorting to raw SQL. |
Beta Was this translation helpful? Give feedback.
1 reply
-
We'll also want to pick an ORM before we start testing because we'll need to be mock the repos. Here is a branch that removes mikro orm |
Beta Was this translation helpful? Give feedback.
0 replies
-
Mikro is removed in #127 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Drizzle or Mikro?
Beta Was this translation helpful? Give feedback.
All reactions