Omnijp

Latest version: v2.24.0

Safety actively analyzes 685525 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

2.24.0

Added
-Added support to dump bulk data from big tables

2.22.0

Added
-Added support to query and dump multiple sql queries
Fixed
- Fixed bugs

2.20.0

Added
-Added simple dbrequest class to handle database requests
Fixed
- Fixed the bug that caused the program throws exception when logger was not initialized at client side
- Added pymssql dependency

2.16.0

Added
- Disk caching now returns nice json formatted results as shown below
json
{
"start_time": "2024-10-04 03:23:32.234",
"end_time": "2024-10-04 03:23:32.590",
"host_name": "LAPTOP-UMF83CB2",
"total_tables_dumped": 3,
"total_rows_dumped": 31,
"tables": [
{
"name": "webcounter",
"row_count": 1,
"time_taken": "331.003 ms"
},
{
"name": "equities",
"row_count": 5,
"time_taken": "344.998 ms"
},
{
"name": "student",
"row_count": 25,
"time_taken": "352.999 ms"
}
]
}



Fixed
- Logging implementation now uses the standard logging module

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.