Frédéric Guillot 743eaf78cc Add support for multiple storage backends
* New storage drivers can be implemented in addition
  to MongoDB, for example: MySQL or Postgres, etc.
* The default database driver still MongoDB
* New storage drivers must implement the interface
  defined by the class BaseDriver
* Flexmock and hamcrest are deprected for new unit tests

Change-Id: I1cf73f28d469d2f22ecbaf345e53b9596cc0c2f6
2016-10-13 13:30:27 -04:00
..