You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, thanks for the great product. Just wondering whether this can provide support for SQL server. We already have a OMOP CMD instance based on SQL server. We would like to build a FHIR server on top of it. But I tried the docker one. It seems like it did not support the SQL server only PostgreSQL now?
The text was updated successfully, but these errors were encountered:
I tested with Azure SQL server previously. And, it worked fine. Currently, this supports PostgreSQL, SQL server, and BigQuery. However, I haven't tested SQL and BigQuery after I changed the DB driver to POOL based library. For JDBC, we need to use appropriate driver for SQL server.
In environment, you need to set TARGETDATABASE="sql server". And, JDBC_DATASOURCENAME needs to be set to one that works for SQL Server. We are using Hikari for the database connection pool. If you google search, you may find what you need to use for the data source name.
If you set up JDBC_URL, JDBC_DATASOURCENAME, and TARGETDATABASE correctly, it should work. Username and Password passing via JDBC URL are tricky though. I loaded mssql driver for JDBC already. And, sqlRender transforms SQL to MS SQL. All should work.
Hey, thanks for the great product. Just wondering whether this can provide support for SQL server. We already have a OMOP CMD instance based on SQL server. We would like to build a FHIR server on top of it. But I tried the docker one. It seems like it did not support the SQL server only PostgreSQL now?
The text was updated successfully, but these errors were encountered: