Timur Shemsedinov
Timur Shemsedinov
@tfrancois I am not using mysql for a long time and just refreshing this lib but my students may want to add mysql2 if it is better implementation as of...
It looks like they are compatible (mysql2 implements same contract) so you can easily propose PR with passing reference to it with dependency injection.
@burbokop You can do it here in prepared repos: - https://github.com/HowProgrammingWorks/Eratosthenes - https://github.com/HowProgrammingWorks/LCM-GCD
See example here: https://github.com/HowProgrammingWorks/Graph/blob/master/JavaScript/2-insert-link-to.js#L94-L106
What do you mean? @d1pp
Agree. We will have separated features divided by fixed interfaces: parser, transport, rpc, storage. So different implementations may be used in any combination.
Paused because we don't need this functionality in near future
I think we can land this after https://github.com/metarhia/jstp/pull/427 @belochub
We will do it with metasync. If we need more synchronicity abstraction (for example queue with priority, round robin) to implement there please make issue.
Why not landing? I think we can even drop all version `>= 10.16.0`