ltree_hierarchy 2.0.0
Organizes ActiveRecord models into a tree/hierarchy using a materialized path implementation based around PostgreSQL's ltree datatype. ltree's operators ensure that queries are fast and easily understood.
Gemfile:
=
安装:
=
Runtime 依赖 (2):
activerecord
>= 5.2.0
pg
~> 1.1.0