- better-sqlite3 creates ConsentLog table if not exists - Auto-creates data/ directory if missing - Fixes Astro DB not creating custom tables issue
- Replace Astro DB with better-sqlite3 for reliable SQLite access - Implement Export CSV feature in admin panel - Fix delete consent function (make it global) - Add better-sqlite3 dependency