Working with NoSQL MariaDB 10.1
Working with NoSQL MariaDB 10.1
Hi!
I'm creating a site with codeigntier, MariaDB and Datatables. One of the features of MariaDB is that you can use NoSQL within the columns of a table, as seen here.
So I was wondering if it's possible to use this features along with the Editor, from datatables.
Thanks in advance, and sorry for my english.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi,
That is a very neat feature! No reason why it couldn't be made to work with Editor, but it isn't something that would supported with the pre-built libraries as they need to use SQL that is easily portable over all database engines.
The client / server interchange format that Editor uses is documented here if you wanted to create your own server-side libraries.
Regards,
Allan
Hi Allan!
Thanks for your time and advice.
I'm going to work on this, so I can contribute with something to this community.
Thanks again.
Regards,
Daniel
Interested to hear how you get on with it :-)
Allan