Working with NoSQL MariaDB 10.1

Working with NoSQL MariaDB 10.1

willsnakewillsnake Posts: 2Questions: 1Answers: 0

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

Answers

  • allanallan Posts: 61,716Questions: 1Answers: 10,108 Site admin
    Answer ✓

    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

  • willsnakewillsnake Posts: 2Questions: 1Answers: 0

    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

  • allanallan Posts: 61,716Questions: 1Answers: 10,108 Site admin

    Interested to hear how you get on with it :-)

    Allan

This discussion has been closed.