Delete generate-db.rs

This commit is contained in:
Mikayla Maki 2022-10-24 13:19:30 -07:00 committed by GitHub
parent 40290a9a42
commit 73f267167f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +0,0 @@
// What do I want for testing:
// - A command to run, that exercises the existing APIs to generate a database, which I can then
// use a sqlite browser to develop queries against.
// - A way to generate arbitrary database states which are then hooked into a dev build of rust for testing
// -