prose-im / prose-core-client

Prose core XMPP client manager & protocols.
https://prose.org
Mozilla Public License 2.0
20 stars 3 forks source link

feat: Add store abstraction over IndexedDB and SQLite #30

Closed nesium closed 11 months ago

nesium commented 11 months ago

This PR adds an abstraction over IndexedDB and SQLite. It coaxes SQLite into a IndexedDB-like shape by using its JSON capabilities.