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
As far as I'm aware such extensions are built inside the crate, sqlx-core specifically. I think there are plans to allow building them outside the crate at some point, but that is a longer term plan afaik.
I was hoping to use this database adapter instead of https://github.com/sfackler/rust-postgres + https://github.com/andelf/rust-postgis for the compile time SQL string checking, however it seems the geometry type is unsupported.
Are these extensions to be implemented inside this crate? Or is there a built in way to extend sqlx that I'm not aware of?
The text was updated successfully, but these errors were encountered: