express-oracle-session2 #
This library provides Oracle session storage for Express. It is built based on
express-oracle-session.
Compatible with
node-oracledb 5.0.0.
$3
* Install prerequisites of
node-oracledb
*
npm install express-oracle-session2
$3
* Need to set configuration for testings and example
* Edit _config-template.js_ as _config.js_ and configure parameters for testings
$3
* Start with
npm run example
* Open link http://127.0.0.1:3001/
* Check if a new session is stored in Oracle table _EXAMPLE_SESSIONS_TEST_
* Edit session config in _example/example.js_ testing different scenarios
$3
* Only test database functions in _db.js_
* Run
npm test
$3
*
express-oracle-session