Merge remote-tracking branch 'origin/master'

This commit is contained in:
Michael Snoyman 2011-09-11 18:08:36 +03:00
commit 0c55024500
3 changed files with 9 additions and 7 deletions

View File

@ -1,7 +1,9 @@
Yesod uses Persistent for its (you guessed it) persistence layer. 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 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:

View File

@ -1,10 +1,10 @@
User User
ident Text ident Text
password Text Maybe Update password Text Maybe
UniqueUser ident UniqueUser ident
Email Email
email Text email Text
user UserId Maybe Update user UserId Maybe
verkey Text Maybe Update verkey Text Maybe
UniqueEmail email UniqueEmail email

View File

@ -1,5 +1,5 @@
name: yesod name: yesod
version: 0.9.2 version: 0.9.2.1
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com> author: Michael Snoyman <michael@snoyman.com>