我需要在 heroku 上解析 sqlite 文件,据我所知 Heroku 不支持 sqlite。
在本地,我正在使用 gem sqlite3,但在推动 heroku 时它被拒绝。我如何在生产中使用“需要 sqlite3”?
这是错误:
An error occurred while installing sqlite3 (1.3.6), and Bundler cannot continue.
Make sure that `gem install sqlite3 -v '1.3.6'` succeeds before bundling.
Failed to install gems via Bundler.
Heroku push rejected, failed to compile Ruby/rails app
提前致谢