crates/db/src/test/generate-db.rs 🔗
@@ -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
-// -