janbarari / gradle-analytics-plugin

A free Gradle plugin to analyze your project builds. It provides unique visual and text metrics in HTML format.
MIT License
158 stars 5 forks source link

RF: Add support for connecting to msSql for CI #80

Open haizerdev opened 1 year ago

janbarari commented 1 year ago

Hey @haizerdev You already have this feature both ci and local can be configured with mysql or sqlite Please follow the setup doc

haizerdev commented 1 year ago

Yes, I know, but for our project need support MS SQL db

janbarari commented 1 year ago

Hmm. I thought you mean MySql, this is MSSql I will put this issue on investigation once the new milestone started.

janbarari commented 1 year ago

After my investigation, I found that the ORM that the plugin uses doesn't support MsSql. But, It supports SQL Server, Postgres, H2, and Oracle too.

https://github.com/JetBrains/Exposed

WDYT?

tplive commented 1 year ago

SQL Server === MsSql.. :)

janbarari commented 1 year ago

Looking for SQL Server configuration :)