Hacker News new | ask | show | jobs
by jiggawatts 1324 days ago
Many database engines can handle arrays, or table-valued variables which are basically the same thing. Most ORMs will also abstract away arrays for you, so you as the developer never need to deal with escaping of data in arrays.
1 comments

Which relational DB supports this natively?

ORMs don't count. They're just editing the SQL.