From cba8a6938af68afa0140b893bf64cbc5acefef67 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Sun, 11 Sep 2011 05:34:27 -0700 Subject: [PATCH] show mongo backend option to the world --- yesod/input/database.cg | 8 +++++--- yesod/yesod.cabal | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/yesod/input/database.cg b/yesod/input/database.cg index 23e45f53..4d8d2aff 100644 --- a/yesod/input/database.cg +++ b/yesod/input/database.cg @@ -1,7 +1,9 @@ Yesod uses Persistent for its (you guessed it) persistence layer. -This tool will build in either SQLite or PostgreSQL support for you. +This tool will build in either SQLite or PostgreSQL or MongoDB 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. +We have another option: a tiny project with minimal dependencies. +Mostly this means no database and no authentication. -So, what'll it be? s for sqlite, p for postgresql, t for tiny: +So, what'll it be? +s for sqlite, p for postgresql, m for mongodb, or t for tiny: diff --git a/yesod/yesod.cabal b/yesod/yesod.cabal index d3275d42..94a340d4 100644 --- a/yesod/yesod.cabal +++ b/yesod/yesod.cabal @@ -1,5 +1,5 @@ name: yesod -version: 0.9.2 +version: 0.9.2.1 license: BSD3 license-file: LICENSE author: Michael Snoyman