Software Archive
Read-only legacy content

How to make a SQL Server Database Connection on Intel XDK?

Joao_V_
Beginner
387 Views

Hello, I have project and I only need a SQL Server Connection to finish it, how can I do?

0 Kudos
1 Reply
Diego_Calp
Valued Contributor I
387 Views

Hi,

The way to do this is use a REST interface to MS SQL and make ajax calls to query the database.

One option is dreamfactory.com, unfortunately it is no longer free for MS SQL. I use it a lot with MySQL and XDK and works great.

Searching for alternatives, I found sandman2, I don't know it but seems promising:

sandman2 automagically generates a RESTful API service from your existing database, without requiring you to write a line of code. Simply point sandman2 to your database, add salt for seasoning, and voila!, a fully RESTful API service with hypermedia support starts running, ready to accept HTTP requests.

https://github.com/jeffknupp/sandman2

It is python, so you need a server with it.

Sorry for not give you more help, I'm not using MS SQL databases, but these could be the starting point to you for research.

Regards,

Diego

0 Kudos
Reply