commit method

Future<DbLayer> commit()

Implementation

Future<DbLayer> commit() async {
  await executor.commit();
  return this;
}