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
Currently we have a lot of code duplication between the differnt SQL connectors that we have. We should create a new crate in our libs folder that compose prisma-query and all database drivers into a neat abstraction that can be used in all of our SQL connectors.
@do4gr and I disovered that when implementing the SQL introspection tests that required us to copy a ton of code from the SQL migration connector.
The text was updated successfully, but these errors were encountered:
Depending on when we tackle that problem, we may want to do it more or less at the same time as the move to asynchronous database access. prisma-query has lots of breaking changes in the async-await branch, so it will force us to rewrite the SQL connection handling anyway.
Currently we have a lot of code duplication between the differnt SQL connectors that we have. We should create a new crate in our
libs
folder that composeprisma-query
and all database drivers into a neat abstraction that can be used in all of our SQL connectors.@do4gr and I disovered that when implementing the SQL introspection tests that required us to copy a ton of code from the SQL migration connector.
The text was updated successfully, but these errors were encountered: