我正在使用Ruby,Sinatra,psql和Sequel编写应用程序。我在Windows 7上工作。我按照教程创建了数据库并编写了迁移。现在我应该使用
运行它们sequel -m migrations postgres://<username>:<password>@localhost/good_vids_development
但我收到错误AdapterNotFound, Load Error, cannot load such file: pg_ext.
答案 0 :(得分:0)
看起来pg gem的C扩展名没有被编译。您需要修复它或使用纯红宝石驱动程序(例如jeremyevans-postgres-pr)。