RealDataStorage

constructor(databasePath: String = "karl_database.db")

Creates a new RealDataStorage instance with the specified database path. The database connection is established during initialize call.

Parameters

databasePath

Filesystem path to the SQLite database file. Defaults to "karl_database.db" in the application working directory. Can be absolute or relative path.