Skip to content

Will this library be merged with mysqljs/mysql in the future? #1515

Answered by sidorares
samadadi asked this question in Q&A
Discussion options

You must be logged in to vote

It's unlikely that it's going to be "merged" - quite a lot if internals are different between 2 libraries. However I'm more than happy to see common parts ( constants, helper libraries ) to be factored out and reused (examples of what already happened - https://www.npmjs.com/package/sqlstring and https://www.npmjs.com/package/named-placeholders ). Also external test harness for the public api would be also great - that would allow to remove big part of unit tests and focus only on testing extra functionality

Having said that, if you really do want to see "merged" future, splitting into smaller parts is probably the best way to get there.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@samadadi
Comment options

Answer selected by samadadi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants