django-postgres-extra icon indicating copy to clipboard operation
django-postgres-extra copied to clipboard

Support for Postgres's ltree

Open Photonios opened this issue 7 years ago • 8 comments

https://www.postgresql.org/docs/9.1/static/ltree.html

Photonios avatar Jun 08 '17 09:06 Photonios

@dvarrazzo code may help there: https://github.com/dvarrazzo/py-ltree may be?

pombredanne avatar Sep 27 '17 06:09 pombredanne

and also may be @whitglint https://github.com/whitglint/ltreefield ?

pombredanne avatar Sep 27 '17 06:09 pombredanne

Any thoughts/plans on this?

mikewolfd avatar May 25 '18 22:05 mikewolfd

Any updates on this? There aren't many other efficient tree implementations in django in general. This would be really helpful.

trivikramak avatar Jul 18 '20 10:07 trivikramak

I guess if people is interested I can try and add Django support to https://github.com/dvarrazzo/py-ltree

dvarrazzo avatar Jul 19 '20 11:07 dvarrazzo

...or, well, as it has already Django support (I had forgotten, that code worked for me for years) I'm open to know what is missing.

dvarrazzo avatar Jul 19 '20 11:07 dvarrazzo

I see the repo has ltree tag but there is no support for ltree built into this repo? Or at least there is no documentation about it.

Duoquote avatar Feb 07 '22 08:02 Duoquote