Showing related tags and posts across the entire site.
-
Postgresql supports the use of Arrays as a datatype for a column ( documentation ) - if you have a model that can storea List<string> for example, then in some cases its preferable to take advantage of this datatype, rather than requiring a join to a seperate table. This How To shows how you would...
Posted to
How to
by
Dario Quintana
on 03-09-2009
Filed under: Array, IUserType, Mapping, Npgsql, PostgreSQL