mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-25 07:27:28 +00:00
* oracledb initial commit - Added oracledb package * Implemented connection and operations * Working on oracle db integration * Implemented query & bulk operations * Fixed initial client reintialization problem * Added custom client library path option * Added oracle client library installation steps to dev docker file * Testing changed docker setup on cloud * Testing heroku app.json * Removed unwanted scripts from dockerfiles * Updated field label * update oracledb client lib for ec2 * update package-lock * refactoring code * Updated docs * Resolved some lint errors Co-authored-by: Akshay Sasidharan <[email protected]>
7 lines
114 B
JavaScript
7 lines
114 B
JavaScript
'use strict';
|
|
|
|
// const oracledb = require('../lib');
|
|
|
|
describe('oracledb', () => {
|
|
it.todo('needs tests');
|
|
});
|