Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

A PowerSync managed database.

Link copied to clipboard
class PowerSyncException(message: String, cause: Throwable) : Exception

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun PowerSyncDatabase(factory: DatabaseDriverFactory, schema: Schema, dbFilename: String = DEFAULT_DB_FILENAME, scope: CoroutineScope = GlobalScope, logger: Logger? = null, dbDirectory: String? = null): PowerSyncDatabase

Use this to create a PowerSyncDatabase