File path of the Sqlite3 DB file

Property definitions

linux :: data_store $ DataStore :: db_file
	# File path of the Sqlite3 DB file
	fun db_file: String do return "data_store.db"
lib/linux/data_store.nit:27,2--28,46