Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could we use any-db instead of mssql ? #1

Closed
MangelMaxime opened this issue May 29, 2018 · 2 comments
Closed

Could we use any-db instead of mssql ? #1

MangelMaxime opened this issue May 29, 2018 · 2 comments

Comments

@MangelMaxime
Copy link

any-db is:

Thin and less-opinionated database abstraction layer for node.

And it allow you to target any server by providing the correct adapter.

@Zaid-Ajaj
Copy link
Owner

I looked into it and it seems interesting, although I would create a different binding library for it and keep this one specialized and focused on mssql with good tests and docs. I want to make this one production-grade and as you can see, this one is a tiny bit opinionated to look like the SqlClient from dotnet.

also any-db doesn't seem to support promises which is a bit of a turn off for me

@MangelMaxime
Copy link
Author

Ah yes, I forget about the lack of promise support because we created our own layer on top of it ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants