DatabaseImplementation

A supported mechanism to manage SQLite files on the web.

Due to the large variety of browsers and the web standards they support, a number of implementations are available. This library can automatically pick one after feature detection, but it's also possible to open databases with a selected implementation.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

How the database is accessed. This will either be throughSharedWorker or throughDedicatedWorker.

Link copied to clipboard

The storage implementation.