Welcome Guest, Not a member yet? Register   Sign In
Nosql feature...
#6

I agree with kilishan, The CI team can only focus on so much.
SQL is a standardized language https://en.wikipedia.org/wiki/SQL therefore it's a little easier to target as long as the database supports SQL (with minor differences).
I don't believe there is a standardized language for NoSQL https://en.wikipedia.org/wiki/NoSQL (I could be wrong) and therefore the implementation is a little harder. Also like kilishan said if they try to graft something onto query builder it's not a 1 to 1 mapping of Sql command to a NoSql command. Now I know you are saying other PHP libraries are trying to do that but, that comes at the expense of speed and memory. If you aren't worried about those two things you can always compose in a package like doctrine https://packagist.org/packages/doctrine/doctrine1 and have at it.

DMyers
Reply


Messages In This Thread
Nosql feature... - by paysalkharis - 06-02-2016, 06:16 PM
RE: Nosql feature... - by ciadmin - 06-02-2016, 06:48 PM
RE: Nosql feature... - by skunkbad - 06-02-2016, 08:25 PM
RE: Nosql feature... - by ciadmin - 06-02-2016, 09:17 PM
RE: Nosql feature... - by kilishan - 06-02-2016, 09:54 PM
RE: Nosql feature... - by dmyers - 06-03-2016, 07:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB