databaseName property
Name of the SQLite database file.
If null, defaults to 'rag.sqlite'.
The file will be created in the app's documents directory.
Both .sqlite and .db extensions work (e.g., 'rag.sqlite' or 'rag.db').
Implementation
final String? databaseName;