DALDriver is the parent of all dal drivers. Any child must implement the methods below Methods ------- get(collection, entity_id) get entity object from collection set(collection, obj) create entity object in collection exists(collection, entity_id) check