TaKO8Ki / gobang

A cross-platform TUI database management tool written in Rust
MIT License
2.92k stars 90 forks source link

SQL Server support #95

Open MeikelLP opened 3 years ago

MeikelLP commented 3 years ago

In our company we have some financing apps that are used for years now. The rely on the .NET Framework platform and on a SQL Server. We can put that SQL Server on a Linux machine but we are required to use a SQL Server database.

Are there any plans on supporting Microsoft SQL Server?

TaKO8Ki commented 3 years ago

Thank you for your question! The answer is YES. gobang uses SQLx, a SQL Toolkit, to execute SQL, which supports Microsoft SQL Server. So I find it easy to enable gobang to support MSSQL. I'm planning to implement it after finishing implementing other important features. Pull requests are welcome :)

SQLx: https://github.com/launchbadge/sqlx

fpauser commented 2 years ago

Any news on this?