-
Notifications
You must be signed in to change notification settings - Fork 5
ev_database
Sudheer edited this page Jan 25, 2023
·
2 revisions
Utility to make connection to a database
local ev_db = require('service_utils.db.ev_database');
Establishes connection to a given database name It is assumed that the database client params are already initialized using client_params
conn: table, connection handle to the given database
Throws exceptions if any