mirror of
https://github.com/alm494/sql_proxy.git
synced 2025-10-08 22:01:51 +02:00
update readme
This commit is contained in:
@@ -35,7 +35,7 @@ Note that this service is not limited to 1C and can be utilized in other context
|
||||
* Result Limitation : Allows configuration to limit the number of rows returned by SELECT statements;
|
||||
* Prepared Statements : supported;
|
||||
* Flexible Binding : Can bind to localhost or any specified IP address for enhanced security. By default, it is intended to bind to localhost and run alongside legacy software;
|
||||
* Security Responsibility : Does not perform SQL query validation for security purposes. It is the responsibility of the user to configure appropriate database privileges.
|
||||
* Security Responsibility : Does not perform SQL query validation for security purposes. It is the responsibility of DBA to configure appropriate database privileges (keep in mind this is ADODB replacement);
|
||||
* Monitoring and Metrics : Provides Prometheus metrics for performance monitoring and observability;
|
||||
|
||||
## API description
|
||||
|
@@ -40,7 +40,7 @@
|
||||
+ Ограничение результатов: позволяет настраивать ограничения на количество строк, возвращаемых командами SELECT;
|
||||
+ Поддержка подготовленных выражений: реализована;
|
||||
+ Гибкая привязка: может быть привязан к localhost или любому указанному IP-адресу для повышения безопасности. По умолчанию предполагается привязка к localhost и работа в паре с устаревшим программным обеспечением;
|
||||
+ Ответственность за безопасность: не выполняет валидацию SQL-запросов в целях безопасности. Ответственность за настройку соответствующих привилегий базы данных лежит на администраторе СУБД;
|
||||
+ Ответственность за безопасность: не выполняет валидацию SQL-запросов в целях безопасности. Ответственность за настройку соответствующих привилегий базы данных лежит на администраторе СУБД (помни что это замена вызовов ADODB);
|
||||
+ Мониторинг и метрики: предоставляет метрики Prometheus;
|
||||
|
||||
## Описание API
|
||||
|
Reference in New Issue
Block a user