catfan / Medoo

The lightweight PHP database framework to accelerate the development.
https://medoo.in
MIT License
4.83k stars 1.15k forks source link

noSQL support #196

Closed HudsonNicoletti closed 8 years ago

HudsonNicoletti commented 9 years ago

Would be nice to have support to mongodb or other nosql databases

jiaxunjiaxun commented 9 years ago

Medoo is based on PDO. Why NoSQL? And if it supports NoSQL, it will be re-designed.

3zzy commented 8 years ago

+1

filisko commented 8 years ago

Adding NoSQL support will increase the amount of code significantly, instead use some of the following... NoSQL libraries

Cheers! :+1: