Yozgat::DB
Constants
SELECT_USER_COLUMNS = "id, email, password_hash, role, created_at"
Class methods
count_users
SourceInserts the first (admin) user atomically. Returns the new id, or nil if a user already exists (the WHERE NOT EXISTS guard makes it race-free).
database
Sourcefirst_admin_email
Sourceopen!
Opens the SQLite file (creating the directory as needed) and applies pending migrations. WAL + busy_timeout + NORMAL synchronous.