INNOV-AI

Innovation and Research from Réunion Island, France

Back   Home

Create a new script @ DISCOVER... @ MentDB Weak

> Start the server
> (or start the server for the first time (embedded mode - H2 Database))
> (or start the server for the first time (remote mode - MySQL 8 Database))
> Open the MentDB Weak Editor

Click on the create script button

Update the generated script (keep only one between get | post | put | delete | conf | exe).

get: script access with GET methode in REST API

post: script access with POST methode in REST API

put: script access with PUT methode in REST API

delete: script access with DELETE methode in REST API

conf: for Website configuration page (generated)

exe: for all other script (business process - synchronous | asynchronous)

script create exe "folder.folder.your_script_name" false 1

  (param
  	(var "[v1]" {true} "description ..." is_null:true is_empty:true "10")
  	(var "[v2]" {type is_double [v2]} "description ..." is_null:true is_empty:true "20")
  )
  "addition ..."
{
	
	+ [v1] [v2];
	
} "Return ...";
start: 2025-12-08   end: 2025-12-12   v_start: 400   v_end: