remove mongoDB from scaffold options and test
it is not quite working yet
This commit is contained in:
parent
ab7e86ad48
commit
275ec19d69
@ -1,7 +1,7 @@
|
|||||||
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, 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 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. 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:
|
||||||
|
|||||||
@ -29,13 +29,3 @@ Foobar
|
|||||||
p
|
p
|
||||||
>>> /.*Registering foobar-0.0.0.*/
|
>>> /.*Registering foobar-0.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
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user