Question

Is it possible to access Sql Server instance from Crossrider? It has doc for local db and i am assuming that is used to store data on the browser's machine. I have central data that gets constantly updated/read by plugin users and need a way to access external db (preferrably Sql Server but i am flexible). Thanks

Was it helpful?

Solution

Crossrider does not provide a native way to interact with SQL servers (or any other external database), and you are correct about our local db support.

However, if you have the HTTP URLs for accessing your db, you can use the appAPI.request.get and appAPI.request.post methods to interact with your database.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top