Expand description
Profile database operations — read/write SlimProfile to SQLite.
Functions§
- get_
all_ profiles - Load all profiles from the database.
- set_
profile - Upsert a profile to the database (INSERT … ON CONFLICT DO UPDATE).
Profile database operations — read/write SlimProfile to SQLite.