Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Add Support for MongoDB via mgo package #252

Closed
ghost opened this issue Feb 16, 2017 · 3 comments
Closed

Add Support for MongoDB via mgo package #252

ghost opened this issue Feb 16, 2017 · 3 comments

Comments

@ghost
Copy link

ghost commented Feb 16, 2017

It would be nice to have a NOSQL option for the database part of Buffalo. Mongo is and excelent choice and the mgo package is very robust and allows access to almost all mongo features.

@markbates
Copy link
Member

What support would you want for it?

Right now a Buffalo application can be generated with the --skip-pop flag which will generate an application without any database support, so you could easily use Mongo, Gorm, or whatever you want would want to use.

The generators, and other tools, found under the buffalo db command come from the github.com/markbates/pop/soda library.

@ghost
Copy link
Author

ghost commented Feb 16, 2017

ok i see. Then I guess i can just wire up my mongo instance myself fairly easily.

@ghost ghost closed this as completed Feb 16, 2017
@carepollo
Copy link

I think that would be better if the framework had the option to set that up for you instead.

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants