Open rmsj opened 2 years ago
Hey @rmsj (and sorry for the delay in the answer)
Originally we created a separate package because this feature is almost only useful when using savepoints (so, with PostgreSQL only) But maybe there is indeed a potential interest in backporting some or all of the changes to sqlx! Please feel free to open a feature request issue on their repo
Do we know if this was ever suggested as a merge to sqlx?
savepoints are not postgres specific, but have been part of the SQL standard for many years now (so should be widely supported).
Hey @carpii thanks for your feedback We did plan to try to get this merged to sqlx but unfortunately the upstream repository seems to be unmaintained (no commits/merge since April 2022)
Also please note, we are in the process of marking this repo as maintenance only and will stop adding any features.
Ok, I understand. Thanks for the reply 👍
Have you considered this as a PR for SQLx?