Spaces:
Sleeping
Sleeping
File size: 281 Bytes
ce25387 | 1 2 3 4 5 6 7 8 | 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
}
|