leostratus / interdisciplinary-programming

The site, yo.
MIT License
3 stars 1 forks source link

Create DB bootstrapping script #20

Open leostratus opened 10 years ago

leostratus commented 10 years ago

Should have at least some semblance of a bootstrap script.

leostratus commented 10 years ago

poit.

db collections show collections db..find()

db.createCollection('name')

db.SiteCache.insert({"name" : "MostRecentCache", "mostRecentDeveloper" :{}, "mostRecentScientist" :{} })

abbycabs commented 10 years ago

Thanks for this