Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bjesus authored Nov 24, 2024
1 parent 68e9aec commit af8c2d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ Check out the [Nuxt documentation](https://nuxt.com/docs/getting-started) for mo
## Creating a Database

> [!TIP]
> An example database can be found in [the database repository](https://github.com/bjesus/teatime-database/).
> The easiest way to create your own database is by forking the [JSON-based database repository](https://github.com/bjesus/teatime-database/) and adjusting the JSON files according to your needs. GitHub Actions will then generate an SQLite file and upload it to GitHub Pages.
To manually generate an SQLite database that Teatime can work with, follow the example on [the database repository](https://github.com/bjesus/teatime-database/).

Each SQLite database contains a table with the below schema. Note that column names can be adjusted in the `config.json` file.

Expand Down

0 comments on commit af8c2d1

Please sign in to comment.