This commit is contained in:
Jonathan Zhu 2020-12-15 18:36:09 -08:00 коммит произвёл GitHub
Родитель c6ff0841aa
Коммит dc89449967
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -29,10 +29,10 @@ check_sproc # Check whether a stored procedure exists in the
drop_sproc # Drop a stored procedure from the SQL database
execute_sproc # Execute a stored procedure in the SQL database
install_package # Install a Python package on the SQL database
remove_package # Remove a Python package from the SQL database
install # Install a Python package on the SQL database
remove # Remove a Python package from the SQL database
list # Enumerate packages that are installed on the SQL database
get_packages_by_user # Enumerate external libraries installed by specific user in specific scope
_get_packages_by_user # Enumerate external libraries installed by specific user in specific scope
```
# Examples