CodeIgniter Forums
Support MongoDB or NoSQL - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29)
+--- Thread: Support MongoDB or NoSQL (/showthread.php?tid=63592)



Support MongoDB or NoSQL - Hamed - 11-17-2015

Hello,
I think it would be good idea to support MongoDB and NoSQL DBMS.


RE: Support MongoDB or NoSQL - albertleao - 11-20-2015

(11-17-2015, 06:29 AM)Hamed Wrote: Hello,
I think it would be good idea to support MongoDB and NoSQL DBMS.

I use this and it works fine.

https://github.com/inouet/kettle


RE: Support MongoDB or NoSQL - Hamed - 11-20-2015

Thanks,
Now I make a class for my project to use MongoDB but I can not manage sessions with built-in session manager.


RE: Support MongoDB or NoSQL - arma7x - 11-20-2015

You looking for this https://github.com/sepehr/ci-mongodb-session . Just found on github but never try this package before. The author got several package related to CI-mongodb in his repo.


RE: Support MongoDB or NoSQL - Hamed - 11-21-2015

Thanks,
But I think CI can support MongoDB as DBMS.
It is a suggestion.