You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use @effect/sql-drizzle on a project. I ran into a bug in Drizzle that didn't have a work around. The solution was to update to a more recent version of Drizzle than v0.31. This is a show stopper and I needed to move to raw Drizzle. Drizzle v0.31 is about 9 months old.
What is the feature you are proposing to solve the problem?
Update the version of Drizzle supported by @effect/sql-drizzle. They key release is 0.38. This is where they add support for PG vectors.
What alternatives have you considered?
Using raw Drizzle is the only alternative I see.
The text was updated successfully, but these errors were encountered:
What is the problem this feature would solve?
I tried to use @effect/sql-drizzle on a project. I ran into a bug in Drizzle that didn't have a work around. The solution was to update to a more recent version of Drizzle than v0.31. This is a show stopper and I needed to move to raw Drizzle. Drizzle v0.31 is about 9 months old.
What is the feature you are proposing to solve the problem?
Update the version of Drizzle supported by @effect/sql-drizzle. They key release is 0.38. This is where they add support for PG vectors.
What alternatives have you considered?
Using raw Drizzle is the only alternative I see.
The text was updated successfully, but these errors were encountered: