location

fun location(dbName: String = definedExternally): String?(source)

This method is a wrapper around sqlite3_db_filename()

Since

v24.0.0

Parameters

dbName

Name of the database. This can be 'main' (the default primary database) or any other database that has been added with ATTACH DATABASE Default: 'main'.