export const config = { // ... db: { name: 'monapp', version: 1, stores: { items: 'id++, name, category', logs: 'id++, action, timestamp' } } };