This method is a wrapper around sqlite3_db_filename()
method
sqlite.DatabaseSync.location
@param 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'
.
@returns
The location of the database file. When using an in-memory database, this method returns null.