zhenlab-ltri / NemaNode

Interactive map of neural connections in the nematode C. elegans. Online at http://nemanode.org.
http://nemanode.org
GNU General Public License v3.0
8 stars 4 forks source link

switch from `promise-mysql` package to `mysql2` #52

Closed d2fong closed 4 years ago

d2fong commented 4 years ago

promise-mysql was used to have promise style db connections and queries that the mysql package did not have. It turns out there is a sequel to the mysql package called mysql2 which does have promise style queries/connections and it is well supported/better than promise-mysql.

See the comparison of downloads, contributors, and releases between the two: promise-mysql mysql2