SQLiteDb.RequiredVersionRanges Interface

A pair of semver SQLiteDb.VersionRanges, one for read and one for write, required to access a VersionedSqliteDb. If the version of the software attempting to read or write the database does not satisfy the range, access is denied.

Properties

Name Type Description
readVersion Readonly string a range of acceptable persistence versions for reading from a VersionedSqliteDb.  
writeVersion Readonly string a range of acceptable persistence versions for writing to a VersionedSqliteDb.  

Defined in

Last Updated: 25 April, 2024