raycmorgan/sqlbox

Add ability to select only specific columns

Closed this issue · 0 comments

Right now all columns are selected. This of course is a great way to have terrible performance and making it impossible to tune specific queries for you applications needs.

This is very important and needs to be a first class citizen in sqlbox. This also means that the upcoming relations implementation also needs to support selecting specific columns for inner relations.