Well, probably this is a stupid question, but after to surfing the web the last week...this is my last shot.
Questions:
- It is possible to create an API to call a SQL database to retrieve records?..In a secure way..?
- What apps/tools/methods can I use? hopefully...VS, Python, PowerShell...etc
- Can I encrypt that call?and create a method to decipher the data?
- I'm not the app owner, what questions should I make to the app developer?
FYI Currently I cannot use cloud vendors or third party tools to do the transformation :(. But if there is a strong tool/vendor maybe I can negotiate it.
I have consulted:
API to database: API to Database?
How to quickly create a simple REST API for SQL Server database - https://medium.com/voobans-tech-stories/how-to-quickly-create-a-simple-rest-api-for-sql-server-database-7ddb595f751a
Any ideas?