Create multiple sqlite tables, many-to-many design

Gregory Ewing greg.ewing at canterbury.ac.nz
Wed Aug 14 07:02:53 EDT 2019


MRAB wrote:
> Another thing you might want to avoid is naming something with what it 
> is, e.g. "Trails_Table" (why not just "Trails").

Or possibly just "Trail", since any table potentially contains
multiple rows, so making all your table names plural doesn't
add any information.

-- 
Greg



More information about the Python-list mailing list