Support for PostgreSQL ltree
#1476
Unanswered
EstebanBorai
asked this question in
Q&A
Replies: 1 comment
-
A status updates for newcomers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I have been using SeaQL with PostgreSQL and wanted to know if its possible to use
ltree
extension from PostgreSQL.Reading the docs I didn't found any references to this type.
Reading through discussions here I found this entry:
#652
Where a user did good progress on it but for some reason it wasn't merged.
If SeaQL doesn't plan to have support for LTree, is there any way I could reuse the LTree implementation from SQLx?
https://docs.rs/sqlx/latest/sqlx/postgres/types/struct.PgLTree.html
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions