LaravelDaily / laravel-charts

Package to draw charts in Laravel with Chart.js
MIT License
531 stars 118 forks source link

NoSQL Compatibility #94

Closed gogl92 closed 1 year ago

gogl92 commented 1 year ago

Has anyone ever used this package with mongodb or other NoSQL database engine?

I'll give it a try next weekend but wondering if someone have tried this before.

Also at @inquid we are considering sponsoring devs to work on some fixes/new features to this extension to make it usable in our client projects, if anyone is interested.

PovilasKorop commented 1 year ago

@gogl92 we haven't tested it with NoSQL engine, but under the hood the package runs Eloquent queries, so the same NoSQL driver rules may apply.

Not interested in sponsorship at the moment, no free time available at the moment at all, no matter free or paid.

gogl92 commented 1 year ago

@PovilasKorop thanks, I'll update this issue after testing it with MongoDB

gogl92 commented 1 year ago

@PovilasKorop Looks like we can close this issue, I've been making some tests with MongoDB and it's working as expected 👍🏼
image

PovilasKorop commented 1 year ago

@gogl92 great! Thanks for reporting.