ShahinSorkh / laravel-cassandra

A Query builder with support for Cassandra, using the original Laravel API. This library extends the original Laravel classes, so it uses exactly the same methods.
https://shahinsorkh.github.io/laravel-cassandra/
MIT License
22 stars 14 forks source link

do it can support this plugin? #3

Closed vahidalvandi closed 6 years ago

vahidalvandi commented 6 years ago

https://github.com/lazychaser/laravel-nestedset

ShahinSorkh commented 6 years ago

As

This is a Laravel 4-5 package for working with trees in relational databases.

this package will never fit for it.

Cassandra is a noSQL (say not-relational) database and this package is a wrapper around datastax driver for cassandra, then, NO.

vahidalvandi commented 6 years ago

thanks