Create multiple sqlite tables, many-to-many design

Chris Angelico rosuav at gmail.com
Wed Aug 14 07:15:05 EDT 2019


On Wed, Aug 14, 2019 at 9:06 PM Gregory Ewing
<greg.ewing at canterbury.ac.nz> wrote:
>
> 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.
>

I prefer to say "Trails" for the table, and "Trail" would then refer
to a single row from that table.

ChrisA



More information about the Python-list mailing list