@aggregion/enclave-script-api
v0.1.16
Published
JS SDK providered by Aggregion Enclave
Downloads
41
Keywords
Readme
Enclave Script Api
JS SDK providered by Aggregion Enclave
Docs: https://aggregion.github.io/enclave-script-api/
Usage:
import {Local} from '@aggregion/enclave-script-api';
export function main() {
return Local.query('SELECT COUNT(*) FROM table')
}