moa-rl-env / moav2 /src /platform /electron /electron-sqlite.ts
natnael kahssay
feat: use real moav2 source as RL task suite — symlinked sandbox, 3 real service tasks
ce25387
import type { PlatformSqlite } from '../../core/platform/types'
import { waSqliteAdapter } from '../shared/wa-sqlite-adapter'
// Electron now uses the same wa-sqlite backend as browser/capacitor.
export function createElectronSqlite(): PlatformSqlite {
return waSqliteAdapter
}