markthethomas / quill

Yet another blogging platform!
MIT License
2 stars 1 forks source link

database? #3

Open markthethomas opened 8 years ago

markthethomas commented 8 years ago

Whatcha think for DB? Mongo? I was thinking that'd be a good place to start, but we could probably write an adapter later or something

markthethomas commented 8 years ago

We could also consider RethinkDB for comments. It's more real-time, but should probably stick with Mongo for the regular post stuff.

markthethomas commented 8 years ago

Could even do web socket stuff for real-time commenting. mmmmm

markthethomas commented 8 years ago

@iraleigh you're familiar w/ SQL, maybe you could work on a SQL adapter so it could hook to either mongo or SQL for a 1.0?

iraleigh commented 8 years ago

I really like the idea of doing a SQL adapter. Let me think up a way to do this effectively