add wrangler and readme

This commit is contained in:
Ean Milligan 2024-08-23 18:14:10 -04:00
parent e9be0e55c8
commit e25d59adab
3 changed files with 6 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
wrangler.toml

View File

@ -4,7 +4,7 @@ This repository will house any initialization scripts, constant data, design not
## Design Notes
All activities will be stored in our own database for simplicity and so that data can be formatted in a usable setup. Activity names will not be stored in the DB and instead will live in a `[type].[lang].json` file in their game translated forms.
The current plan is to host this database on Cloudflare D1.
The current plan is to host this database on Cloudflare D1, which is based on SQLite.
## Translations
Current translation file list:

4
wrangler.example.toml Normal file
View File

@ -0,0 +1,4 @@
[[d1_databases]]
binding = "DB"
database_name = "dutylog"
database_id = "[id]"