diff --git a/yesod/input/database.cg b/yesod/input/database.cg index e1606bcb..23e45f53 100644 --- a/yesod/input/database.cg +++ b/yesod/input/database.cg @@ -1,7 +1,7 @@ Yesod uses Persistent for its (you guessed it) persistence layer. -This tool will build in either SQLite, PostgreSQL, or MongoDB support for you. +This tool will build in either SQLite or PostgreSQL support for you. We recommend starting with SQLite: it has no dependencies. We have another option: a tiny project with minimal dependencies. In particular: no database and no authentication. -So, what'll it be? s for sqlite, p for postgresql, m for MongoDB, t for tiny: +So, what'll it be? s for sqlite, p for postgresql, t for tiny: diff --git a/yesod/tests/scaffold.shelltest b/yesod/tests/scaffold.shelltest index b8a77585..db707c05 100644 --- a/yesod/tests/scaffold.shelltest +++ b/yesod/tests/scaffold.shelltest @@ -29,13 +29,3 @@ Foobar p >>> /.*Registering foobar-0.0.0.*/ >>>= 0 - -rm -rf foobar && runghc scaffold.hs init && cd foobar && cabal install && cabal install -fdevel && cd .. && rm -rf foobar -<<< -Michael -foobar - -Foobar -m ->>> /.*Registering foobar-0.0.0.*/ ->>>= 0