2.2 KiB
Vendored
id, sidebar_class_name
| id | sidebar_class_name |
|---|---|
| MySQL | MySQL |
<img src={require('../../static/img/APIs/MySQL.png').default} width='64px' />
MySQL
This section is dedicated to the PostMySQLgreSQL database library. On this page, all the steps necessary to start working are described
<img src={require('../../static/img/addin.png').default} class="tipimage" />
Please review the ["About external components"](/docs/Start/Component-requirements) section before getting started
<img src={require('../../static/img/lock.png').default} class="tipimage" />
Learn more: "Using OpenSSL in External Components"
About implemented methods
TLS
The library supports operation in TLS mode. To enable it, you need to configure TLS settings using the GetTlsSettings function and pass them as the corresponding parameter to the CreateConnection function or one of the ORM functions that support this parameter. If the TLS parameter is not provided when calling these functions, the connection will be initialized in an unsecured mode.
:::tip
TLS settings can only be applied when the connection is established — either explicitly when using the CreateConnection function or implicitly when passing a connection string to ORM methods. Providing TLS settings along with an already established connection (passed via the Connection parameter) will be ignored. :::
Compatibility
Technically, the client implementation is a Native component in Rust. It comes in a zip archive format, and, in theory, should work on all available platforms: x86 and x64 Windows and Linux. The actual testing was done on Windows x64 and, cossentially (via OneScript), on Linux x64