pub fn sqlite_main_file_identity(
conn: &Connection,
) -> Result<SqliteMainFileIdentity, SqliteStoreError>Expand description
Inspect SQLite’s actual open main-database descriptor without executing SQL.
pub fn sqlite_main_file_identity(
conn: &Connection,
) -> Result<SqliteMainFileIdentity, SqliteStoreError>Inspect SQLite’s actual open main-database descriptor without executing SQL.