:https://devcenter.heroku.com/articles/clojure-web-applicationLeiningenを/ Clojureのは、奇妙な演技されて、私はここでの指示に従うことをしようとしています
すべてが、私はLeiningenをさんに
(sql/with-connection (System/getenv "DATABASE_URL")
(sql/create-table :testing [:data :text]))
を入力するステップまで大丈夫だろうREPL。
org.postgresql.util.PSQLException: Something unusual has occured to cause the driver to fail. Please report this exception. (NO_SOURCE_FILE:0)
そして、Leiningenは(exit)
機能も実行しません。何がありますか?
お願いします。ありがとうございます。
'(システム/ getenvで「DATABASE_URL」)'の値は何ですか? –
"postgresql:/// shouter" – ZenLikeThat
私はPostgreSQLについてはわかりませんが、接続文字列にホスト名がないようです。 –