Skip to content

dirigiblelabs/template-database-access

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template - Database Access

Eclipse License GitHub contributors

Overview

Simple "Database Access" JavaScript service

var query = require('db/v3/query');
var response = require('http/v3/response');


var sql = 'select * from DIRIGIBLE_EXTENSIONS where EXTENSION_EXTENSIONPOINT_NAME = ?';

var resultset = query.execute(sql, ['ide-template']);

response.println(JSON.stringify(resultset));

response.flush();
response.close();

License

This project is copyrighted by SAP SE and is available under the Eclipse Public License v 2.0. See LICENSE and NOTICE.txt for further details.

About

Database access template for version 3.x and above

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •