Skip to content

Commit a4e5eb7

Browse files
committed
Add DBDocs link to readme
1 parent 5ced92b commit a4e5eb7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ Our documentation can be [found here](/docs/README.md).
1212
If you are migrating from the Ergast API, please check the known differences [here](/docs/ergast_differences.md).
1313

1414
# Database Scheme
15-
Rather than import the existing database scheme used by ergast, we use a new scheme which will allow better adaption to changing rulesets, reduce duplication of information, and allow storage of more F1 related data.
16-
![Database Scheme for jolpica-f1](docs/database.svg)
15+
Our database model is not yet finalised and is different to the one used by ergast, this scheme will allow better adaption to changing rulesets, reduce duplication of information, and allow storage of more F1 related data.
16+
17+
Check out our database docs [here](https://dbdocs.io/jolpica/jolpica-f1?view=relationships).
18+
19+
[![Database Scheme for jolpica-f1](docs/database.svg)](https://dbdocs.io/jolpica/jolpica-f1?view=relationships)
1720
Many Enumerations are used in the database, the mappings of these values are defined in their respective model files. For example you can find the enumerations for the PointSystem table [here](jolpica/formula_one/models/point_scheme.py)
1821

1922
# Development

0 commit comments

Comments
 (0)