> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# atoti_jdbc

Code to interact with databases through JDBC.

| [`driver`](./atoti_jdbc.driver#module-atoti_jdbc.driver)                                                      | Constants for the Java class names of the embedded JDBC drivers. |
| ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| [`JdbcLoad`](./atoti_jdbc.jdbc_load#atoti_jdbc.JdbcLoad)                                                      | The definition of a JDBC query.                                  |
| [`JdbcPingDiscoveryProtocol`](./atoti_jdbc.jdbc_ping_discovery_protocol#atoti_jdbc.JdbcPingDiscoveryProtocol) | Discovery protocol relying on a JDBC connection.                 |
| [`UserContentStorageConfig`](./atoti_jdbc.user_content_storage_config#atoti_jdbc.UserContentStorageConfig)    | The config for storing user content in a separate database.      |
