Various conventions
Scheme
- MRL schemes include
://
- The scheme is used to discriminate between local/remote files.
file://
denotes a local file, anything else will be considered on the network
Database columns
- Primary key follow the
id_<EntityType>
pattern - Foreign key referencing a primary key follow the
<EntityType>_id
pattern