Skip to content
skibu edited this page Oct 30, 2014 · 5 revisions

Database

Goals

There are several goals with respect to the database: ###Platform Independence PostGreSQL and MySQL are both good open-source databases. Plus many use Oracle, even with its licensing costs. Users might prefer one over the other. Therefore want to be able to support both. ###Be able to use AWS ###Minimize SQL ###Work with POJO objects

Clone this wiki locally