4 ms·
Can I a question I haven't been able to answer myself? In your webapp using POSTGRESQL, are you actually using SQL statements in your code to retrieve the data
by i_dont 13y ago
Can I a question I haven't been able to answer myself?
In your webapp using POSTGRESQL, are you actually using SQL statements in your code to retrieve the data? Or is there some other way to get at it?
- darrhiggs 13y agoI think the search term you are looking for is O.R.M. Object Relational Mapping. Rather than me explaining it here, the rails guides[1] give you a good overview. [1] http://guides.rubyonrails.org/active_record_querying.html http://guides.rubyonrails.org/active_record_querying.html