Search code examples
pervasivepervasive-sql

How to query a Pervasive v13 database from a Docker Container?


How can you query a Pervasive v13 database from an application that's running inside a docker container?

It would seem you'd have to install the pervasive sql client inside the docker container to accomplish this, but I cannot locate any documentation regarding this task.

Please advise.


Solution

  • Yes, you would need to install the Pervasive v13 client within the Docker container. You'd need to use the client for the OS of the container. If the container is Linux based, use the Linux client. If it's Windows, use the Windows client.