migrate database from SQLite to PostgreSQL; add PostgreSQL adapter and migration script

This commit is contained in:
ImBenji
2026-04-27 14:33:46 +01:00
parent 653a58b3d8
commit b4df02da0d
13 changed files with 1978 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
<nav class="tabs">
<a href="/admin/ingest">Ingest</a>
<a href="/admin/intelligence" class="active">Intelligence</a>
<a href="/admin/stats">Stats</a>
<a href="/admin/stats">Stats</a>
<a href="/admin/sql">SQL</a>
</nav>
</header>