Is this connection to the DB open?

Property definitions

sqlite3 $ Sqlite3DB :: is_open=
	# Is this connection to the DB open?
	var is_open = false
lib/sqlite3/sqlite3.nit:29,2--30,20