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
Shall we consider sqlx or sea-query (with sea-schema), which is database agnostic just like jdbc?
I did consider it. But sqlx more complicated to use compared to tokio_postgres, and the interfaces are not as intuitive. Additionally we have distinct logic like the kind of prepared statements we run, which can be different across different SQL databases.
I implement them with native libraries first since it's simpler. We can further abstract it with sqlx if necessary.
No description provided.
The text was updated successfully, but these errors were encountered: