wip archival commit, unclear what I was doing here

This commit is contained in:
2025-06-12 16:38:49 -04:00
parent 382185f623
commit 94eaf8f833
33 changed files with 6747 additions and 571 deletions

9
diesel.toml Normal file
View File

@ -0,0 +1,9 @@
# For documentation on how to configure this file,
# see https://diesel.rs/guides/configuring-diesel-cli
[print_schema]
file = "src/schema.rs"
custom_type_derives = ["diesel::query_builder::QueryId", "Clone"]
[migrations_directory]
dir = "/home/hak8or/code/ebay_compute_scraper/migrations"