Execute the sql statement and returns true on success

Property definitions

postgresql $ Postgres :: execute
  # Execute the `sql` statement and returns `true` on success
  fun execute(query: Text): Bool do return native_connection.exec(query).status.is_ok
lib/postgresql/postgres.nit:106,3--107,85