Does Cloud 9 support any databases? Can my app talk to a database? MongoDB, Sqlite... anything? If so, how do i set it up? I am willing to work with any database. I just want to persist some of my info into a database.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Yes Cloud9 supports all databases that node.js has support for. However, because Cloud9 doesn't do hosting you'll have this to be handled by a 3rd party. For instance, create a MongoDB database instance at MongoHQ (free plan available), and then use node-mongodb-native to communicate with the instance. edit On premium plans it's now possible to install 3rd party databases, for installing postgres see this article: Building Wordpress sites in the cloud |
||||
|
|
|
Cloud9 now allows you to run MongoDB from within Cloud9. Here are instructions on how to set it up in your workspace: |
|||
|
|
|
I'm using Cloud 9, and there's a local mongod on the slice. You need to use a terminal to run it. |
|||||
|