Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mongoose/mongodb template? #14

Open
ralyodio opened this issue Sep 14, 2011 · 12 comments
Open

mongoose/mongodb template? #14

ralyodio opened this issue Sep 14, 2011 · 12 comments

Comments

@ralyodio
Copy link

Would it be possible to add support for a simple mongoose/mongodb setup?

@robrighter
Copy link
Owner

@chovy are you still interested in this feature? I am debating if I should add it in version2. I have the code pretty much written, but the issue is how to make it easy for people to get a mongo db setup. The goal for this project has always been to have everything work after the initial script is run. Setting up a mongo install might complicate things and be a barrier for new users.

@ralyodio
Copy link
Author

ralyodio commented Jan 3, 2012

Personally, I think it would be beneficial. What good is an app without a database instance? :-D

@ralyodio ralyodio closed this as completed Jan 3, 2012
@ralyodio ralyodio reopened this Jan 3, 2012
@ralyodio
Copy link
Author

ralyodio commented Jan 3, 2012

woops, I closed this thread on accident.

@kristoferjoseph
Copy link

+1 mongodb template

@crawfordcomeaux
Copy link

+1 for me, too

@mrjcleaver
Copy link

+1

@dgoujard
Copy link

+1 for me too

@malachaifrazier
Copy link

  • 1 Ditto

@cyrilic
Copy link

cyrilic commented Jun 29, 2012

+1

@davidmarkclements
Copy link

I disagree, this locks you into one database type (what if you want couchdb, or need mysql for legacy?)

there are some cases you don't want a database instance, I started using expressling and found dependence on mongo to be an obstacle, and not an easy one to remove either as its integrated quite tightly.

The reason i'm now going to use node boilerplate is exactly because it doesn't have a db tie in.

Perhaps have db support in a seperate branch, one for mongo, then poss one for redis/couch/mysqll etc?

@niftylettuce
Copy link

once i fix up expressling you can use it http://expressling.com

@tchalvak
Copy link

Does anyone have a fork set to use mongodb to try out? Err, I guess robrighter might. I'd be interested in checking it out, even if it was just in a branch or fork of this repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests