README ¶ How to use define env vars: USER=username PASSWORD=your_password SERVER=ip or servername PORT=default 1521 SERVICE=service_name SSL=TRUE if your connection is secure otherwise false WALLET=path to wallet should be present if SSL=TRUE test all issue run test for entire folder test only some issues or feature create new folder copy global_var.go copy required test files run test on the folder Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Execuer Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Execuer ¶ type Execuer interface { Exec(query string, args ...any) (sql.Result, error) Prepare(query string) (*sql.Stmt, error) } Source Files ¶ View all Source files global_vars.go Click to show internal directories. Click to hide internal directories.