mysql2
mysql2 copied to clipboard
`npm i mysql2` has error `npm ERR! enoent undefined ls-remote -h -t ssh://[email protected]/types/mysql.git`
Please post to the npm mysql2 module repo. This is the Ruby gem repo. There is no relationship, the naming is a coincidence.
I have a suggestion to avoid this kind of user's mistakes.
While it is written that the mysql2
is a library for Ruby in both "About" and README.md
, I think a better way might be to rename this repo's name from brianmario/mysql2
to brianmario/ruby-mysql2
.
I just found some example about the DB connector's repository names.
- https://github.com/ged/ruby-pg (gem name:
pg
) - https://github.com/mongodb/mongo-ruby-driver (gem name:
mongo
) - https://github.com/mongodb/bson-ruby (gem name:
bson
, that is used as a runtime dependency ofmongo
gem). - https://github.com/redis/redis-rb (gem name:
redis
)