Load and execute JS from database #87

Closed
opened 2025-08-09 17:14:57 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @samcov on 4/23/2018

I want to store the script files in a database.

The only problem is that I can't find a method to do this, one like,

string JsScript = FromNoSqlStore(id);
var result = await _nodeServices.InvokeAsync(JsScript, p1, p2);

Is there a way to do this?

*Originally created by @samcov on 4/23/2018* I want to store the script files in a database. The only problem is that I can't find a method to do this, one like, string JsScript = FromNoSqlStore(id); var result = await _nodeServices.InvokeAsync<int>(JsScript, p1, p2); Is there a way to do this?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#87
No description provided.