I want to integrate my Drupal 8 site with Microsoft SQL server and I can see your module available call sqlsrv where the module is free but driver for mssql is a licence version.
Any idea will it work with Drupal 8.6.4 and latest Microsoft SQL server?
Any idea about the licence cost for the same?
I have learnt somewhere that the sqlsrv module version 8.1 is free and no licence for the driver required. Any idea regarding the same? The 8.1 version is release candidate. Can it be used for production?
I've been trying to debug a very slow connection to Azure Postgres database.
Every click on the site takes around 2-4 seconds to resolve, even in the admin pages. Drupal is installed using a Docker setup, called docker4drupal. The docker setup comes with options for setting up different databases, both a Mariadb and a Postgres. I've drupal installed with both, and they would be running flawlessly, no speed issues at all.
I am able to create the project using the command composer create-project drupal-composer/drupal-project:8.x-dev drupal_composer_project --stability dev --no-interaction in my terminal. I am running the command whilst in C:\xampp\htdocs