Returns the id for the last successful insert on the current connection.

Property definitions

sqlite3 $ Sqlite3DB :: last_insert_rowid
	# Returns the id for the last successful insert on the current connection.
	fun last_insert_rowid: Int do return native_connection.last_insert_rowid
lib/sqlite3/sqlite3.nit:111,2--112,73