Skip to content

Commit

Permalink
Merge pull request #1 from edan/master
Browse files Browse the repository at this point in the history
pulling in "Neo4j support" - to better support enterprise software development.
  • Loading branch information
nodanaonlyzuul committed Apr 4, 2012
2 parents 71cd37a + 16885be commit e17d236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datastore_decide.rb
@@ -1,7 +1,7 @@
module DatastoreDecide

def self.decide
dbs = ["Mongo", "Cassandra", "Redis", "MySQL", "Hadoop", "something you make yourself", "your face"]
dbs = ["Mongo", "Cassandra", "Redis", "MySQL", "Hadoop", "Neo4j", "something you make yourself", "your face"]
puts "Just store it in #{dbs.shuffle[0]}."
end

Expand Down

0 comments on commit e17d236

Please sign in to comment.