soheilpro / sqlcmd

sqlcmd for Mac and Linux.
MIT License
21 stars 7 forks source link

Is this intended as a non-windows version of sqlcmd.exe? #2

Open drmuey opened 8 years ago

drmuey commented 8 years ago

Hello

I'd love to use this project where the code runs sqlcmd but I can’t ATM since it does not work like expected.

The description “sqlcmd for Mac and Linux.” makes me think it is intended as a non-windows version of Microsoft’s sqlcmd.exe. Like the linux/ubuntu version that Microsoft put out.

However, its options do not match sqlcmd.exe’s options.

If it did work like sqlcmd.exe then it could be used to make programs executing sqlcmd.exe croxx platform, which would be great!

soheilpro commented 8 years ago

Unfortunately, I didn't write this program with sqlcmd.exe compatibility in mind.

However, this project is only a simple wrapper for the excellent https://github.com/patriksimek/node-mssql package. It should't be hard to write one that is compatible with sqlcmd.exe.

gunesmes commented 7 years ago

@soheilpro should it be as much as similar with sqlcmd.exe to use the same script with unix and windows?