Is Datamapper's dm_mysql_adapter gem supported on windows?

后端 未结 2 1610
抹茶落季
抹茶落季 2021-01-16 07:35

I am wanting to play some more with Ruby and currently seem to have a grasp of sinatra, but would also like to now pull in data from a relational database. I tend to use Mys

2条回答
  •  清歌不尽
    2021-01-16 08:27

    to delinkify Luis' answer, it looks something like this:

    gem install do_mysql --platform=ruby -- --with-mysql-dir="C:/PROGRA~1/MySQL/MYSQLS~1.7/"

    where the "mysql-dir" path is the short version of the "MySQL Server 5.7" directory in "C:\Program Files" on a x64 system.

提交回复
热议问题