graze / dal

Data Access Layer
MIT License
8 stars 0 forks source link

Expose the connection to repositories so they may run SQL queries #21

Closed wpillar closed 9 years ago

wpillar commented 9 years ago

Currently repositories cannot run arbitrary SQL queries, which may be required for performance reasons or complicated querying.

We need to expose a connection interface to the repositories so they can run SQL queries across all adapters in a consistent fashion.