B-Sides / peacekeeper

Peacekeeper handles delegation to a variety of ORMs and separation of business logic from persistance logic
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Rename "orm" to "data_source" #4

Closed jballanc closed 12 years ago

jballanc commented 12 years ago

As we continue to add ways in which Peacekeeper can access data, having the option specifying a data source named "orm" is becoming increasingly inaccurate. A much better name is "data_source". We will continue to support "orm" via a method alias for the time being.

vosechu commented 12 years ago

For what it's worth I would be fine without the alias. Just let me know to update.

jballanc commented 12 years ago

I've already put a task in the backlog for the next sprint to ensure we've updated all the relevant code and to remove the alias (CEC-56).