Skip to Content
0
Jan 11, 2023 at 03:33 PM

In our CAP application, should we re-implement SQLScript procedures as a NodeJS service?

237 Views

We dug up a three-year old CAP application that includes about 10,000 lines of SQLScript code (in .hdbprocedure files). I think we should reimplement all that logic inside a NodeJS service, where we can easily unit-test all of it. What would be the disadvantage of my approach?