Database

Local dev: users.db (SQLite) contains users and basic data. Production should use a managed relational DB (Postgres recommended).

Schema notes: - users table with email and password_hash. - Asset metadata tables and relationships should be added as the catalog features are implemented.