Is there a plugin for converting the SearchBuilder (Json) Query to SQL?

Is there a plugin for converting the SearchBuilder (Json) Query to SQL?

maxelgatomaxelgato Posts: 2Questions: 1Answers: 0

I'm just wondering if there is a parser to create SQL from the SearchBuilder Json?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,669Questions: 1Answers: 10,096 Site admin
    Answer ✓

    Not as such - there are many variants of SQL dialects and there are many server-side environments, so we don't provide libraries specifically for that. However, our Editor .NET, PHP and Node.js libraries all support SearchBuilder and construct the SQL needed (via SQL abstraction layers) and if you wanted to build SQL code for SearchBuilder you could base your own off ours - e.g. this is the Node.js one.

    Allan

  • maxelgatomaxelgato Posts: 2Questions: 1Answers: 0

    Thank you

Sign In or Register to comment.