Initial project push.

This commit is contained in:
dan612
2026-01-15 09:50:55 -05:00
commit c4312feb95
226 changed files with 32233 additions and 0 deletions

6
scripts/db-setup.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# Truncate the existing database.
rm database/origo.db
# Import the schema for the new database.
sqlite3 database/origo.db < database/schema.sql